Change in osmo-pcu[master]: encoding: Fix comment description of S/P field

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 1 17:49:13 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22605 )

Change subject: encoding: Fix comment description of S/P field
......................................................................

encoding: Fix comment description of S/P field

Those fields were ment to be 0 (non-valid), just the comments were
copied over from somewhere else, and they are misleading.

Change-Id: Ic95853e115f60c65f7f11187d49d6e870d08c7bb
---
M src/encoding.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved



diff --git a/src/encoding.cpp b/src/encoding.cpp
index a5e7f8a..38bc175 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -1739,7 +1739,7 @@
 
 	block->PAYLOAD_TYPE = 0x1;  // RLC/MAC control block that does not include the optional octets of the RLC/MAC control header
 	block->RRBP         = 0;  // 0: N+13
-	block->SP           = 0; // RRBP field is valid
+	block->SP           = 0; // RRBP field is not valid
 	block->USF          = 0x0;  // Uplink state flag
 
 	block->u.Packet_Neighbour_Cell_Data.MESSAGE_TYPE = MT_PACKET_NEIGHBOUR_CELL_DATA;
@@ -1764,7 +1764,7 @@
 
 	block->PAYLOAD_TYPE = 0x1;  // RLC/MAC control block that does not include the optional octets of the RLC/MAC control header
 	block->RRBP         = 0;  // 0: N+13
-	block->SP           = 0; // RRBP field is valid
+	block->SP           = 0; // RRBP field is not valid
 	block->USF          = 0x0;  // Uplink state flag
 
 	block->u.Packet_Cell_Change_Continue.MESSAGE_TYPE = MT_PACKET_CELL_CHANGE_CONTINUE;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/22605
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ic95853e115f60c65f7f11187d49d6e870d08c7bb
Gerrit-Change-Number: 22605
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/e1545f93/attachment.htm>


More information about the gerrit-log mailing list