Skip to content

Commit

Permalink
remove the deprecated marker until the transition is done (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Nov 6, 2023
1 parent 7623c65 commit 9fc5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ message data_transfer_session_req_v1 {
/// it is securely created and signed by hotspot
data_transfer_event data_transfer_usage = 1;
/// this decision is done by OCS like system
bool reward_cancelled = 2 [ deprecated = true ];
bool reward_cancelled = 2;
/// Online Charging System is part of teleco stack which is able
/// to make a decision about data transfer and reward
bytes pub_key = 3;
Expand Down

0 comments on commit 9fc5713

Please sign in to comment.