Attention is currently required from: arehbein.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31304 )
Change subject: Includes: Remove enum/include from libosmocore instead ......................................................................
Patch Set 7:
(1 comment)
File include/osmocom/bsc/gsm_data.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/31304/comment/fe3a8687_384cc4ad PS6, Line 657: uint16_t parameter[_NUM_NM_RLC_PAR_OFFSET];
I added the suffix, because this makes clear (self-documenting code and such) that their values aren […]
This all needs to be reverted. As explained in the libocmocore patch, this is all app-specific stuff and makes no sense trying to share it. In fact, it probably makes sense to drop the array alltogether and use a struct with proper fields instead.