aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-13iu_client: Handle empty CR and InitialUE Message in DATA.inddaniel/wipDaniel Willmann1-8/+65
2023-12-13iu_client: Use local variable to track conn_idDaniel Willmann1-9/+12
2023-11-03ranap_transp_layer_addr_decode2(): Fix decoding X.213 IPv4 address len=7Pau Espin Pedrol1-4/+11
2023-09-12Bump version: 1.4.0.10-801d-dirty → 1.5.01.5.0Pau Espin Pedrol1-2/+2
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-05-15Move testdir src/tests/ -> tests/Pau Espin Pedrol18-2958/+1
2023-05-11add ranap_new_msg_reset2() with GlobalRNC-IDNeels Hofmeyr1-0/+16
2023-05-05fix leak in ranap_new_transp_layer_addr()Neels Hofmeyr1-0/+2
2023-04-27fix PDU leaks in rua_generate_*() functionsNeels Hofmeyr1-3/+12
2023-02-28test-ranap: don't use libosmocore's tall_msgb_ctxOliver Smith2-3/+3
2023-02-25Transition to use of 'telnet_init_default'arehbein1-1/+1
2023-02-07Bump version: 1.3.0.16-a319-dirty → 1.4.01.4.0Pau Espin Pedrol1-4/+4
2022-11-15hnbap_common: hnbap_cause_str: handle nothing valOliver Smith1-0/+3
2022-11-15test-hnbap: fix defined but not used errorOliver Smith1-6/+0
2022-11-15tests/hnb-test-rua: fix incompat pointer typeOliver Smith2-8/+6
2022-11-15ranap_common_cn: rename ctx -> privOliver Smith1-4/+4
2022-11-15ranap_common_cn: remove unused ctx argsOliver Smith1-25/+28
2022-11-14tests/test-ranap: fix missing (void **) castOliver Smith1-1/+1
2022-11-14tests/test-hnbap: add missing includeOliver Smith1-0/+1
2022-11-14tests/hnb-test-rua: add missing includeOliver Smith1-0/+1
2022-11-14asn1: fix visibility warnings from generated codeOliver Smith38-1398/+1568
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 Pedrol1-1/+1
2022-06-10move new_transp_layer_addr to public APINeels Hofmeyr1-4/+4
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 Maier1-0/+23
2022-02-14ranap_common: add decoder for RAB-FailedListPhilipp Maier1-0/+23
2022-02-10ranap_msg_factory: add missing apidocPhilipp Maier1-0/+2
2022-01-31ranap_common_ran: add decoder for CN/MSC originated messagesPhilipp Maier2-1/+185
2022-01-28ranap_common_cn: add functions for direct access to decoderPhilipp Maier1-26/+46
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 Maier3-0/+120
2022-01-11add unittest for ranap_transp_layer_addr_decode()Philipp Maier2-0/+34
2022-01-10iu_helpers: check length before accessing bufPhilipp Maier1-1/+1
2022-01-10iu_helpers: make new_transp_info_(rtp|gtp) publicPhilipp Maier4-59/+260
2022-01-09ranap_common: add decoder for RAB SetupOrModifyItemFirstPhilipp Maier1-1/+27
2022-01-06test-hnbap: cosmetic: fix sourcecode formattingPhilipp Maier1-2/+1
2022-01-06test-hnbap: remove unused variable rcPhilipp Maier1-2/+0
2022-01-05tests/dummy_cn_sua.c: Drop no longer existing includePau Espin Pedrol1-1/+0
2022-01-04Drop osmo-hnbgwPau Espin Pedrol8-3278/+0
2022-01-04Introduce dynamic log category for libosmo-rua/hnbapPau Espin Pedrol11-20/+40
2022-01-04tests/tests_common.c: Add missing headerPau Espin Pedrol1-0/+1
2021-11-16Bump version: 0.7.0.27-f8ed-dirty → 0.8.00.8.0Pau Espin Pedrol1-2/+2
2021-11-12Cosmetic: put asn1c parameters in separate linesOliver Smith4-4/+32
2021-11-02hnb-test: Fix memleak in hnb_read_cbPau Espin Pedrol1-5/+6