aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-15contrib: integrate RPM specosmith/rpmOliver Smith1-5/+4
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
2020-01-03Bump version: 0.5.0.23-11a1 → 0.6.00.6.0Pau Espin Pedrol6-8/+44
2020-01-03debian: Split libosmo-sabp from libosmo-ranap packagePau Espin Pedrol6-4/+31
2020-01-03debian/rules: Fix dbg pacakgesPau Espin Pedrol1-2/+2
2020-01-01osmo-hnbgw: make sure osmo_ss7_init() executed successfullyVadim Yanitskiy1-1/+5
2019-12-11debian, asn1tostruct.py: switch to python3osmith/fix-python3Oliver Smith2-35/+35
2019-12-11gitignore: add gen_sabp.stampOliver Smith1-0/+1
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-01Initial minimal OsmoHNBGW user manualHarald Welte6-0/+191
2019-10-08iu_client: ranap_iu_tx_release() change default cause code to SuccessAlexander Couzens1-3/+3
2019-10-03iu_client: pass return value of osmo_sccp_user_sap_down() towards the callerAlexander Couzens1-7/+3
2019-09-23sabp: Generate C/H files for SABP; create libosmo-sabpHarald Welte133-8/+11908
2019-09-21sabp: Add Procedure Codes and IEI constants to CommonDataTypesHarald Welte2-32/+72
2019-09-21sabp: fixup SABP ASN.1 to avoid IOC (which are not supported by our toolchain)Harald Welte2-11/+155
2019-09-21sabp: Initial import of SABP ASN.1 from 3GPP TS 25.419 V11.1.0 (2013-03)Harald Welte6-0/+994
2019-09-20asn1enum.pl: Make compatible with modern perlHarald Welte1-1/+1
2019-09-20hnbgw: Add libosmoctrl's VTY CTRL command initializationPau Espin Pedrol1-0/+1
2019-09-16iu_client: introduce UE field free_on_releaseAlexander Couzens3-0/+12
2019-09-15iu_client: introduce ranap_iu_tx_release_free()Alexander Couzens3-0/+28
2019-09-12iu_client: allow to control the notificationsAlexander Couzens3-0/+6
2019-09-10iu_client: introduce a guard around global_iu_event_cbAlexander Couzens1-4/+14
2019-09-03iu_client: emit RANAP_IU_EVENT_LINK_INVALIDATED on SCCP disconnect indicationAlexander Couzens1-0/+7
2019-09-03iu_client: introduce ranap_iu_free_ue() to free the UE connectionsAlexander Couzens2-0/+14
2019-09-03iu_client: sccp_sap_up: don't decode empty disconnect indicationsAlexander Couzens1-1/+3
2019-09-03iu_client: ensure UE is not NULL on CO primitivesAlexander Couzens1-0/+6
2019-09-03iu_client: sccp_sap_up: set rc earlyAlexander Couzens1-3/+1
2019-08-23hnbgw_vty.c: fix: properly pass pointer to g_hnb_gwVadim Yanitskiy1-1/+1
2019-08-07Bump version: 0.4.0.14-92ea-dirty → 0.5.00.5.0Pau Espin Pedrol4-11/+40
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-30jenkins: Enable manual publishing and buildingDaniel Willmann1-2/+13
2019-07-29Add VTY reference manualDaniel Willmann7-1/+1651
2019-07-17osmo-hnbgw.cfg: set local-ip to 0.0.0.0Oliver Smith1-1/+1
2019-07-16spelling stuff found by lintianThorsten Alteholz1-1/+1
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-04-20ranap_msg_factory: Fix criticality of PDUsHarald Welte2-10/+10
2019-04-20iu_client: Implement transmission of ResetAcknowledgeHarald Welte1-3/+19