Change in osmo-pcu[master]: Update TS 04.60 references to new TS 44.060

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 12:07:32 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22592 )


Change subject: Update TS 04.60 references to new TS 44.060
......................................................................

Update TS 04.60 references to new TS 44.060

Change-Id: Ib7c3a74b502b2251da2f7b9d6d711f3e32133bc3
---
M src/encoding.cpp
M src/rlc.h
2 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/92/22592/1

diff --git a/src/encoding.cpp b/src/encoding.cpp
index ce38950..a5e7f8a 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -850,7 +850,7 @@
 
 	// RECEIVE_BLOCK_BITMAP
 	for (int i = 0; i < 64; i++) {
-		/* Set bit at the appropriate position (see 3GPP TS 04.60 9.1.8.1) */
+		/* Set bit at the appropriate position (see 3GPP TS 44.060 9.1.8.1) */
 		if (show_rbb[i] == 'R')
 			rbb_byte |= 1<< (7-(i%8));
 
@@ -877,7 +877,7 @@
 	bitvec_write_field(dest, &wp, window->ssn(), 7); // STARTING_SEQUENCE_NUMBER
 
 	for (int i = 0; i < 64; i++) {
-		/* Set bit at the appropriate position (see 3GPP TS 04.60 9.1.8.1) */
+		/* Set bit at the appropriate position (see 3GPP TS 44.060 9.1.8.1) */
 		bool is_ack = (rbb[i] == 'R');
 		bitvec_write_field(dest, &wp, is_ack, 1);
 	}
@@ -1053,7 +1053,7 @@
 		bow ? ", BOW" : "", eow ? ", EOW" : "");
 
 	for (i = urbb_len; i > 0; i--) {
-		/* Set bit at the appropriate position (see 3GPP TS 04.60 12.3.1) */
+		/* Set bit at the appropriate position (see 3GPP TS 44.060 12.3.1) */
 		bool is_ack = window->m_v_n.is_received(esn_crbb + i);
 		bitvec_write_field(dest, &wp, is_ack, 1);
 	}
diff --git a/src/rlc.h b/src/rlc.h
index 187a70e..bcc738c 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -376,7 +376,7 @@
 };
 
 extern "C" {
-/* TS 04.60  10.2.2 */
+/* TS 44.060  10.2.2 */
 #if OSMO_IS_LITTLE_ENDIAN
 struct rlc_ul_header {
 	uint8_t	r:1,

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib7c3a74b502b2251da2f7b9d6d711f3e32133bc3
Gerrit-Change-Number: 22592
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/e8dd6734/attachment.htm>


More information about the gerrit-log mailing list