Attention is currently required from: arehbein. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31303 )
Change subject: Includes: Add gprs/rlc related enums ......................................................................
Patch Set 4:
(2 comments)
File include/osmocom/gprs/gprs_bssgp.h:
https://gerrit.osmocom.org/c/libosmocore/+/31303/comment/807edfda_eea97a8c PS4, Line 205: /* BSSGP procedure timing - timers and related counters (TS 101 343 v8.12.0 section 12.1)
Ah thanks I'll update it. […]
AFAIC first ETSI managed the releases, and afterwards they were transferred to 3GPP. So always try to use 3GPP numbering if possible.
File include/osmocom/gprs/gprs_rlc.h:
https://gerrit.osmocom.org/c/libosmocore/+/31303/comment/f1965f4f_93095412 PS1, Line 47: enum gprs_rlc_par {
libosmo-abis/inlude/osmocom/abis/ipaccess. […]
Please check which similar fields/enums are used when encoding the msg transmitted into the wire, and find where they are defined, that's probably where you want them.
i guess those are transmitted over Abis OML, aka TS 12.21, and Probably libosmocore/osmocom/gsm/protocol/gsm_12_21.h?