aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-14tests/hnb-test-rua: add missing includeOliver Smith1-0/+1
2022-11-14asn1: fix visibility warnings from generated codeOliver Smith83-1695/+2504
2022-11-11move-asn1-header-files: error for wrong asn1cOliver Smith1-0/+16
2022-08-04libosmo-{hnbap,ranap,rua,sabp}: add -no-undefined to *_la_LDFLAGSVadim Yanitskiy1-4/+4
2022-08-04libosmo-rua: fix copy-pasted -version-info: {HNBAP->RUA}_LIBVERSIONVadim Yanitskiy1-1/+1
2022-06-28Bump version: 1.2.0.24-de3c-dirty → 1.3.01.3.0Pau Espin Pedrol5-18/+54
2022-06-18README.md: remove obsolete notice from 7 years agoHarald Welte1-6/+0
2022-06-18update git URLs (git -> https; gitea)Harald Welte3-11/+11
2022-06-10move new_transp_layer_addr to public APINeels Hofmeyr2-4/+5
2022-06-08Make logging message about received RANAP message more meaningfulPau Espin Pedrol2-37/+39
2022-02-14ranap_common: log decoder errors to LOGL_ERRORPhilipp Maier1-2/+2
2022-02-14ranap_common: add decoder for RAB-ReleaseListPhilipp Maier2-0/+28
2022-02-14ranap_common: add decoder for RAB-FailedListPhilipp Maier2-0/+28
2022-02-10ranap_msg_factory: add missing apidocPhilipp Maier1-0/+2
2022-01-31ranap_common_ran: add decoder for CN/MSC originated messagesPhilipp Maier6-3/+204
2022-01-28ranap_common_cn: add functions for direct access to decoderPhilipp Maier2-26/+58
2022-01-13test-ranap: put message gen tests into functionPhilipp Maier1-21/+25
2022-01-13iu_client: Fix incorrect access to null pointerPau Espin Pedrol1-2/+1
2022-01-12test_common: use osmo_init_logging2 instead of osmo_init_loggingPhilipp Maier1-1/+3
2022-01-11iu_client: Prevent crash if msgb passed to ranap_iu_tx has no dstPau Espin Pedrol1-0/+6
2022-01-11iu_helpers: add function ranap_transp_layer_addr_decode2Philipp Maier4-0/+122
2022-01-11add unittest for ranap_transp_layer_addr_decode()Philipp Maier2-0/+34
2022-01-11jenkins.sh: osmo-iuh no longer has doc/manuals/ make targetPau Espin Pedrol1-4/+0
2022-01-10iu_helpers: check length before accessing bufPhilipp Maier1-1/+1
2022-01-10iu_helpers: make new_transp_info_(rtp|gtp) publicPhilipp Maier5-59/+267
2022-01-09cosmetic: don't use 4 speaces instead of tabsPhilipp Maier1-2/+2
2022-01-09ranap_common: add decoder for RAB SetupOrModifyItemFirstPhilipp Maier2-1/+32
2022-01-07Drop no longer needed systemd config in build systemPau Espin Pedrol4-29/+1
2022-01-06test-hnbap: cosmetic: fix sourcecode formattingPhilipp Maier1-2/+1
2022-01-06test-hnbap: remove unused variable rcPhilipp Maier1-2/+0
2022-01-05Bump version: 1.1.0.5-a3c2 → 1.2.01.2.0Pau Espin Pedrol1-0/+13
2022-01-05tests/dummy_cn_sua.c: Drop no longer existing includePau Espin Pedrol1-1/+0
2022-01-04Drop osmo-hnbgwPau Espin Pedrol38-4081/+5
2022-01-04Introduce dynamic log category for libosmo-rua/hnbapPau Espin Pedrol14-23/+49
2022-01-04tests/tests_common.c: Add missing headerPau Espin Pedrol1-0/+1
2021-12-14treewide: remove FSF addressOliver Smith3-12/+0
2021-11-17Bump version: 0.8.0.1-d5ce4 → 1.1.01.1.0Pau Espin Pedrol1-0/+6
2021-11-16gitignore: Ignore libsmo-{hnbap,rua}.pcPau Espin Pedrol1-0/+2
2021-11-16Bump version: 0.7.0.27-f8ed-dirty → 0.8.00.8.0Pau Espin Pedrol7-24/+61
2021-11-12Cosmetic: put asn1c parameters in separate linesOliver Smith4-4/+32
2021-11-03contrib/osmo-iuh.spec: fix missing ldconfig linesosmith/wipOliver Smith1-0/+4
2021-11-02hnb-test: Fix memleak in hnb_read_cbPau Espin Pedrol1-5/+6
2021-10-27ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol1159-1811/+1798
2021-10-27sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol123-210/+207
2021-10-27rua: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol71-187/+187
2021-10-27hnbap: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol231-329/+329
2021-10-27hnbap: Drop no longer existing asn1c param -fnative-typesPau Espin Pedrol231-231/+231
2021-10-26hnbap: Use specific prefix for HNBAP generated codePau Espin Pedrol335-10166/+9928
2021-10-26Update generated .c/.h after using asn1c -R paramPau Espin Pedrol1580-230/+1580
2021-10-26src/*/Makefile.am: Use asn1c -R to avoid generating runtime codePau Espin Pedrol4-13/+5