aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm48_rest_octets.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol1-0/+113
2021-02-10cosmetic: Move comment one line below in append_gprs_cell_optPau Espin Pedrol1-2/+1
2021-01-29gsm: Fix wrong length in SI13 GPRS Cell Options IEPau Espin Pedrol1-2/+2
2020-12-23rest_octets: Fix decoding of SI3 3G Early Classmark Sending RestrictionPau Espin Pedrol1-2/+2
2020-12-23Revert "rest_octets: fix encoding of 3G Early Classmark Sending Restriction"Pau Espin Pedrol1-2/+2
2020-12-17GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bitPau Espin Pedrol1-0/+6
2020-12-14gsm: append_eutran_neib_cell: Fix SI2quater EARFCN listPau Espin Pedrol1-1/+2
2020-12-14si2quater: fix budget calculation for multiple EARFCNsPau Espin Pedrol1-1/+9
2020-12-14gsm: si13: Fix encode of EGPRS_PACKET_CHANNEL_REQUESTPau Espin Pedrol1-7/+2
2020-12-14rest_octets: add Serving Cell Priority ParametersPau Espin Pedrol1-2/+19
2020-10-15[cosmetic] rest_octets: Follow coding style regarding {}Harald Welte1-23/+46
2020-10-15gsm48_rest_octets: Add parser for SI4 rest octetsHarald Welte1-0/+43
2020-05-05rest_octets: fix encoding of 3G Early Classmark Sending RestrictionVadim Yanitskiy1-2/+2
2019-07-18osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in commentVadim Yanitskiy1-1/+1
2019-05-28rest_octets: Remove SI2ter + SI2bis encoders that don't do anythingHarald Welte1-31/+0
2019-05-28rest_octets: Implement actual SI6 rest octets encodingHarald Welte1-11/+35
2019-05-28rest_octets: Add function to parse SI3 rest octetsHarald Welte1-0/+78
2019-05-28rest_octets: Suffix encoder functiosn with _encodeHarald Welte1-10/+12
2019-05-28rest_octets: Use correct symbols names for range encoderHarald Welte1-4/+4
2019-05-28gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+6
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling1-0/+949