Change in osmo-pcu[master]: gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the ...

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jan 28 21:38:31 UTC 2020


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

Change subject: gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the field is missing
......................................................................

gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the field is missing

Port from wireshark.git c4ead251da7199cfd746d378c51eb8c30d09a6ba.

Ported-by: Pau Espin Pedrol <pespin at sysmocom.de>
Change-Id: Ib9b8eafd69d3b45b0d631ba9635689807b472b73
---
M src/gsm_rlcmac.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/gsm_rlcmac.cpp b/src/gsm_rlcmac.cpp
index c12c3e5..7006900 100644
--- a/src/gsm_rlcmac.cpp
+++ b/src/gsm_rlcmac.cpp
@@ -3959,7 +3959,7 @@
 static const
 CSN_DESCR_BEGIN (GlobalTimeslotDescription_UA_t)
   M_TYPE        (GlobalTimeslotDescription_UA_t, GlobalTimeslotDescription, GlobalTimeslotDescription_t),
-  M_NEXT_EXIST  (GlobalTimeslotDescription_UA_t, Exist_PHO_UA, 3),  /* Don't use M_REC_TARRAY as we don't support multiple TBFs */
+  M_NEXT_EXIST  (GlobalTimeslotDescription_UA_t, Exist_PHO_UA, 2),  /* Don't use M_REC_TARRAY as we don't support multiple TBFs */
 
   M_TYPE        (GlobalTimeslotDescription_UA_t, PHO_UA, PHO_UplinkAssignment_t),
   M_FIXED       (GlobalTimeslotDescription_UA_t, 1, 0x0), /* Escape recursive */
@@ -4012,7 +4012,7 @@
   M_NEXT_EXIST  (PHO_EGPRS_t, Exist_GlobalTimeslotDescription_UA, 1),
   M_TYPE        (PHO_EGPRS_t, GTD_UA, GlobalTimeslotDescription_UA_t),
 
-  M_NEXT_EXIST  (PHO_EGPRS_t, Exist_DownlinkTBF, 2),
+  M_NEXT_EXIST  (PHO_EGPRS_t, Exist_DownlinkTBF, 1),
   M_TYPE        (PHO_EGPRS_t, DownlinkTBF, DownlinkTBF_t),
 CSN_DESCR_END   (PHO_EGPRS_t)
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ib9b8eafd69d3b45b0d631ba9635689807b472b73
Gerrit-Change-Number: 17047
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200128/03dc9d99/attachment.htm>


More information about the gerrit-log mailing list