Skip to content

Commit

Permalink
Deprecate reward_cancelled in favor of rewardable_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Nov 3, 2023
1 parent d94ed4b commit 5387d3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,12 @@ 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;
bool reward_cancelled = 2 [deprecated = true];
/// Online Charging System is part of teleco stack which is able
/// to make a decision about data transfer and reward
bytes pub_key = 3;
bytes signature = 4;
uint64 rewardable_bytes = 5;
}

message data_transfer_event {
Expand Down

0 comments on commit 5387d3f

Please sign in to comment.