aboutsummaryrefslogtreecommitdiffstats
path: root/src/sabp/SABP_Data-Coding-Scheme.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol1-1/+1
Change-Id: I10ce4a9414768cdcf850feeca4088296e339919f
2021-10-26Update generated .c/.h after using asn1c -R paramPau Espin Pedrol1-0/+1
Change-Id: Ib7a03973d43828f47ff59b561d9ddce43186f8af
2019-09-23sabp: Generate C/H files for SABP; create libosmo-sabpHarald Welte1-0/+171
This uses the (modified) Osmocom asn1c on the (modified) SABP ASN.1 syntax to generate C code + header files for SABP parsing/encoding. It also adds some helper code for message encoding and decoding as well as a new libosmo-sabp shared library which can be used by programs to implement SABP related functionality. Change-Id: Ib9580d1af96354398da4c9f97b28a0e23d56e275