dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/32306 )
Change subject: pcu_l1_if: cosmetic: reformat comment
......................................................................
pcu_l1_if: cosmetic: reformat comment
Change-Id: Ib4ae65e1bc118572135fbec02e64dbec35f208b4
---
M src/pcu_l1_if.cpp
1 file changed, 10 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/06/32306/1
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 577ba57..6d48d92 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -274,9 +274,7 @@
else
memset(data, '0', IMSI_DIGITS_FOR_PAGING);
- /* block provided by upper layer comes without first byte (plen),
- * prepend it manually:
- */
+ /* block provided by upper layer comes without first byte (plen), prepend it manually:
*/
OSMO_ASSERT(sizeof(data) >= IMSI_DIGITS_FOR_PAGING + 1 + block->data_len);
data[3] = (plen << 2) | 0x01;
bitvec_pack(block, data + IMSI_DIGITS_FOR_PAGING + 1);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/32306
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib4ae65e1bc118572135fbec02e64dbec35f208b4
Gerrit-Change-Number: 32306
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange