aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Bump version: 0.6.0.49-356f-dirty → 0.7.00.7.0Pau Espin Pedrol5-20/+89
2021-02-23manuals: generate vty reference xml at build timeHarald Welte2-1535/+6
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 Welte2-16/+51
2021-02-03hnbgw: Use LOGHNB() to add log context information to log linesHarald Welte5-137/+106
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
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
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-07configure.ac: Ensure netinet/sctp.h is presentHarald Welte1-0/+2
2021-01-07debian: Actually build manuals; add osmo-hnbgw-doc packageHarald Welte3-3/+16
2020-12-30hnbgw: Introduce LOGHNB() macro for log context informationHarald Welte3-0/+42
2020-12-30hnbgw: use OSMO_STRLCPY_ARRAY() instead of open coding itHarald Welte1-4/+3
2020-10-13contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
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-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-07-29Provide more context when logging "Error in ANY_fromType_aper"Harald Welte3-15/+15
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+7
2020-05-20contrib: integrate RPM specOliver Smith3-6/+12
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-05-14contrib: import RPM specOliver Smith1-0/+136
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-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
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-30manual: link to new common cs7-config.adocNeels Hofmeyr3-0/+5
2020-03-30manual: add "Configuring Primary Links" and "Multiple instances"Neels Hofmeyr1-0/+80
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
2020-03-20tests/hnb-test-ranap.c: Fix wrong printf formatPau Espin Pedrol1-1/+1
2020-02-15tests: Missing return statementMartin Hauke2-1/+2