aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-26Update generated .c/.h after using asn1c -R paramPau Espin Pedrol790-115/+790
2021-10-26src/*/Makefile.am: Use asn1c -R to avoid generating runtime codePau Espin Pedrol4-13/+5
2021-10-26src/*/Makefile.am: Copy back to srcdir the generated .c files from ASNPau Espin Pedrol4-1/+16
2021-10-26hnb-test: Fix rc var may be used uninitializedPau Espin Pedrol1-0/+1
2021-10-26hnbgw_cn.c: Use proper type structPau Espin Pedrol1-6/+5
2021-10-26hnbgw_rua.c: Use proper type structPau Espin Pedrol1-2/+2
2021-10-22Provide libosmo-rua as a public shared libraryPau Espin Pedrol3-13/+17
2021-10-22Provide libosmo-hnbap as a public shared libraryPau Espin Pedrol3-12/+19
2021-10-22src/*/Makefile.am: Fix trailing whitespacePau Espin Pedrol2-2/+0
2021-10-21src/tests/Makefile.am: Drop reference to non-existent RANAP_FILES varPau Espin Pedrol1-2/+2
2021-10-21 cosmetic: src/ranap/Makefile.am: Drop trailing whitespacePau Espin Pedrol1-1/+0
2021-07-05hnb-test: Fix typo in vty cmd descriptionPau Espin Pedrol1-1/+1
2021-04-14ranap_iu_tx_release_free(): always trigger RANAP_IU_EVENT_IU_RELEASE as a resultPau Espin Pedrol1-5/+10
2021-04-13iu_client: Log event sent to upper layer callbackPau Espin Pedrol1-0/+2
2021-02-24hnbgw: Add missing break statementHarald Welte1-0/+1
2021-02-23Bump version: 0.6.0.49-356f-dirty → 0.7.00.7.0Pau Espin Pedrol1-2/+2
2021-02-23Workaround ASan report memleak during call to --vty-ref-xmlPau Espin Pedrol1-1/+1
2021-02-23hnbgw: Avoid re-defining same global variable twicePau Espin Pedrol1-1/+0
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-0/+34
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-02-11ranap_msg_factory: Fix LOGP statementsHarald Welte1-2/+2
2021-02-08ranap_msg_factory: Allow detailed control over UEA/UIA algorithm encodedHarald Welte1-16/+48
2021-02-03hnbgw: Use LOGHNB() to add log context information to log linesHarald Welte5-137/+106
2021-01-14tests/hnb-test: Disable building unsued codePau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Initialize logging with existing struct log_infoPau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Fix signedness of assigned pointerPau Espin Pedrol1-1/+1
2021-01-14tests/hnb-test: Fix uninitialized use of rc variablePau Espin Pedrol1-4/+3
2021-01-14tests/hnb-test-ranap: Fix missing include for ranap_bcd_decodePau Espin Pedrol1-0/+1
2021-01-14tests/hnb-test-ranap: Fix incorrect signedness in pointerPau Espin Pedrol1-1/+1
2021-01-14tests/hnb-test: check return code of hnbap_encode_ueregisterrequestiesPau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Fix signedness of imsi_bufPau Espin Pedrol1-2/+2
2021-01-14tests/hnb-test: Drop unused variablesPau Espin Pedrol1-3/+2
2021-01-14tests/hnb-test-ranap: Fix incorrect pointer type castPau Espin Pedrol1-1/+1
2020-12-30hnbgw: Introduce LOGHNB() macro for log context informationHarald Welte2-0/+36
2020-12-30hnbgw: use OSMO_STRLCPY_ARRAY() instead of open coding itHarald Welte1-4/+3
2020-10-12hnbgw: Mark SCTP conn as NODELAYPau Espin Pedrol1-0/+1
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-3/+3
2020-08-21Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-1/+1
2020-07-29Provide more context when logging "Error in ANY_fromType_aper"Harald Welte3-15/+15
2020-05-19Fix OneDefinitionRule Asan violation in tests and osmo-hnbgwPau Espin Pedrol5-10/+6
2020-05-19tests: Fix trailing whitespacePau Espin Pedrol2-2/+2
2020-04-20Fix compilation with gcc-10Harald Welte1-1/+1
2020-04-14hnbgw: do not use LOGL_DEBUG as default loglevelPhilipp Maier1-4/+4
2020-04-07tests/test-ranap: cosmetic: remove unused variable 'rc'Vadim Yanitskiy1-1/+1
2020-04-07tests/test-helpers: fix endianness: do not print uint32_t as raw bytesVadim Yanitskiy2-3/+2
2020-04-07tests/test-helpers: fix some -Wpointer-sign warnings reported by GCCVadim Yanitskiy1-10/+10
2020-03-20hnbgw_vty.c: Drop unusued variablesPau Espin Pedrol1-3/+1
2020-03-20Fix compiler warning on signedness of char ptr using OCTET_STRING_fromBuf()Pau Espin Pedrol2-14/+14
2020-03-20tests/test-ranap.c: Fix wrong printf formatPau Espin Pedrol1-2/+2