aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-02RAB act CS: hardcode 6k7 max bitrateneels/6k7Neels Hofmeyr2-4/+4
2018-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+2
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-10-31add a VTY command which shows a specific HNBStefan Sperling3-1/+37
2018-10-21hnbgw_tx_hnb_register_rej(): Missing return statementHarald Welte1-0/+3
2018-09-30fix transport layer addr again, for nano3gNeels Hofmeyr1-1/+1
2018-09-27hnbgw: vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-12Install sample cfg file to /etc/osmocompespin/systemdPau Espin Pedrol2-0/+5
2018-09-10Install systemd services with autotoolsPau Espin Pedrol7-2/+32
2018-09-06debian: package osmo-hnbgw.servicePau Espin Pedrol1-0/+1
2018-08-20fix decoding of incoming X.213 NSAP addrNeels Hofmeyr1-1/+1
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-4/+0
2018-07-24hnbgw: remove close_cb() to fix a crash when releasing a hnbgwAlexander Couzens3-19/+8
2018-05-30asn1tostruct: allow to override build dateBernhard M. Wiedemann1-2/+3
2018-05-03Bump version: 0.2.0.57-cf5f-dirty → 0.3.00.3.0Pau Espin Pedrol5-11/+85
2018-05-03debian/changelog: set prev releases to unstablePau Espin Pedrol1-2/+2
2018-03-21cosmetic: use osmo_plmn_id instead of mcc,mncNeels Hofmeyr1-4/+2
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-02-28hnb-test: log accurate three-digit MNC with leading zerosNeels Hofmeyr1-4/+5
2018-02-22ensure unique CellIDs in HNB-GWStefan Sperling3-6/+73
2018-02-20contrib: jenkins.sh: Disable doxygen in libosmocore buildPau Espin Pedrol1-1/+1
2018-01-22configure.ac: Enable -Wall flagPau Espin Pedrol1-0/+3
2018-01-18hnbap: log errors on decoding/encoding HNB-REGISTER msgsNeels Hofmeyr1-1/+6
2018-01-15cosmetic: hnbgw: hnbap: log rx of unsuccessful outcomeNeels Hofmeyr1-0/+4
2018-01-15hnbgw_hnbap: fix missing return in rx [un]successful outcomeNeels Hofmeyr1-2/+4
2018-01-15hnbgw_cn: rx ranap: set rc in all casesNeels Hofmeyr1-0/+3
2018-01-15hnbgw_rua: fix dereference of unset pointerNeels Hofmeyr1-2/+2
2018-01-15hnbgw_rua.c: log: fix integer format for cN_DomainIndicatorNeels Hofmeyr1-1/+1
2018-01-08iu_client.c: Remove unusued variablePau Espin Pedrol1-2/+0
2018-01-02Enable sanitize for CI testsMax1-1/+1
2017-12-31Expand ctrl interfaceMax2-2/+97
2017-12-31Add control interfaceMax4-4/+15
2017-12-28Use proper package versionMax1-1/+1
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