aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-28Reject any HNBAP-REGISTER messages for HNB's with identical CIDlaforge/reject-id-cidHarald Welte3-8/+74
2017-12-26WIP: fix asn1 syntax errorsHarald Welte1-2/+2
2017-12-26hnbgw_vty.c: Fix "-Werror=format-security" failure in vty_out()Harald Welte1-1/+1
2017-12-26hnbgw_vty.c: cosmetic: Fix non-tab-indented codeHarald Welte1-5/+5
2017-12-25vty typo: 'show hnb': SCTP stream, not SCCP streamNeels Hofmeyr1-1/+1
2017-12-25comments: hnbgw_rua.c: remove obsolete fixmes for asn1 freeNeels Hofmeyr1-3/+1
2017-12-25osmo-hnbgw: startup: log the RNC-Id that is going to be usedNeels Hofmeyr1-0/+2
2017-12-25osmo-hnbgw config: add 'rnc-id' config itemNeels Hofmeyr1-0/+13
2017-12-25cosmetic: context_map_tmr_cb(): fix commentNeels Hofmeyr1-1/+1
2017-12-25rua_to_scu(): don't create a context map for UNITDATANeels Hofmeyr1-8/+16
2017-12-25rua: discard context maps on id-DisconnectNeels Hofmeyr1-0/+5
2017-12-25segfault: context_map gc: use llist_for_each_entry_safe()Neels Hofmeyr1-2/+2
2017-12-25compiler warning: asn1tostruct.py: return 0 at end of *_free_*()Neels Hofmeyr1-0/+2
2017-12-25osmo-hnbgw: vty: revamp output of context maps on 'show hnb'Neels Hofmeyr3-4/+40
2017-12-25vty: tweak / improve HNB and cnlink introspectionNeels Hofmeyr1-7/+65
2017-12-20hnbap,rua,ranap decode: fix segfault on decode errorNeels Hofmeyr1-1/+6
2017-12-20hnbgw: hnb info: record MCC, MNC, show on 'show hnb'Neels Hofmeyr2-3/+2
2017-12-20ranap_msg_factory: remove unusued variablePhilipp Maier1-1/+1
2017-12-20ranap_msg_factory: check IE encoder return codesPhilipp Maier1-7/+40
2017-12-20iu: iu_helpers: add functions to decode ip/port from rab-assPhilipp Maier2-1/+58
2017-12-20hnbgw: use proper talloc ctx for vty telnet initNeels Hofmeyr1-1/+1
2017-12-20fix 3 compiler warnings in ranap_common.cNeels Hofmeyr1-2/+2
2017-12-20hnbgw: use proper VTY port number defined in libosmocore (4261)Neels Hofmeyr1-1/+2
2017-12-19iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNCNeels Hofmeyr1-86/+131
2017-12-04osmo-hnbgw: don't configure specific local IP address for STP connectionNeels Hofmeyr1-2/+1
2017-11-24cosmetic: osmo-hnbgw: log remote SCCP addresses on startupNeels Hofmeyr1-0/+5
2017-11-24osmo-hnbgw: auto-config local and remote PCs if omittedNeels Hofmeyr1-5/+15
2017-11-22test_common: fix compiler warning: include ranap_common.hNeels Hofmeyr1-0/+2
2017-11-22ranap_msg_factory: sanitize: memcpy instead of unaligned int copyNeels Hofmeyr1-3/+4
2017-11-22tests: sanitize: fix mem leaks, clean after testsNeels Hofmeyr5-1/+33
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte9-77/+62
2017-11-21sccp_sap_up(): Fix never-hit "default" case in switchHarald Welte1-1/+1
2017-11-21hnbgw.c: Remove dead code creating libsctp linker dependencyHarald Welte1-15/+0
2017-11-21Add "-Wall" to the compile rules of the non-asn1c-generated source codeHarald Welte2-2/+2
2017-11-20api doc: clarify byte order in ranap_new_msg_rab_assign_*Neels Hofmeyr1-2/+4
2017-11-20osmo-hnbgw: drop erratic log line on remote STP addressNeels Hofmeyr1-2/+0
2017-11-17add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-16src/Makefile.am: drop unused COMMON_LDADDNeels Hofmeyr1-2/+2
2017-11-08vty: skip installing cmds now always installed by defaultNeels Hofmeyr2-5/+0
2017-11-03Link libosmo-ranap against libosmovtyHarald Welte1-1/+1
2017-11-03osmo-hnbgw: Avoid useless linking to libosmogsm and libsctpHarald Welte1-2/+1
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-27Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging0.2.0Harald Welte4-4/+10
2017-10-27debian: depend on libosmo-sigtran-dev, not libosmo-sccp-devHarald Welte1-1/+1
2017-10-27update dependencies to latest libosmo-* releasesHarald Welte1-6/+6
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
2017-10-04Makefile.am: Link libosmo-ranap against libosmo-sigtranHarald Welte1-1/+2
2017-08-28Use release helper from libosmocoreMax3-0/+15
2017-08-28Use value string check from osmo-ciMax1-4/+3
2017-08-15hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, ...Alexander Couzens1-1/+1