aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm48_rest_octets.c
AgeCommit message (Expand)AuthorFilesLines
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