aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
AgeCommit message (Expand)AuthorFilesLines
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-03hnbgw: Use LOGHNB() to add log context information to log linesHarald Welte1-5/+3
2020-12-30hnbgw: Introduce LOGHNB() macro for log context informationHarald Welte1-0/+20
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-08-21Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-1/+1
2020-04-14hnbgw: do not use LOGL_DEBUG as default loglevelPhilipp Maier1-4/+4
2020-01-01osmo-hnbgw: make sure osmo_ss7_init() executed successfullyVadim Yanitskiy1-1/+5
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-09-20hnbgw: Add libosmoctrl's VTY CTRL command initializationPau Espin Pedrol1-0/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-03-04osmo-hnbgw: set a proper talloc ctx for loggingNeels Hofmeyr1-1/+1
2019-03-04osmo-hnbgw: fix cmdline: do not force-disable colored loggingNeels Hofmeyr1-1/+1
2018-10-31add a VTY command which shows a specific HNBStefan Sperling1-0/+13
2018-09-27hnbgw: vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-07-24hnbgw: remove close_cb() to fix a crash when releasing a hnbgwAlexander Couzens1-16/+5
2018-02-22ensure unique CellIDs in HNB-GWStefan Sperling1-4/+12
2017-12-31Expand ctrl interfaceMax1-1/+89
2017-12-31Add control interfaceMax1-1/+11
2017-12-28Use proper package versionMax1-1/+1
2017-12-25osmo-hnbgw: startup: log the RNC-Id that is going to be usedNeels Hofmeyr1-0/+2
2017-12-20hnbgw: use proper talloc ctx for vty telnet initNeels Hofmeyr1-1/+1
2017-12-20hnbgw: use proper VTY port number defined in libosmocore (4261)Neels Hofmeyr1-1/+2
2017-12-04osmo-hnbgw: don't configure specific local IP address for STP connectionNeels Hofmeyr1-2/+1
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-7/+6
2017-11-21hnbgw.c: Remove dead code creating libsctp linker dependencyHarald Welte1-15/+0
2017-08-09make point codes configurable by SCCP address bookNeels Hofmeyr1-20/+2
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr1-22/+23
2016-11-26ue_context_alloc(): Avoid ue->imsi without NULL terminationHarald Welte1-2/+3
2016-10-27hnbgw: parameterize IuCS and IuPS ips and ports: add vty cmdsNeels Hofmeyr1-2/+18
2016-10-27hnbgw: vty: set explicit go_parent_cbNeels Hofmeyr1-0/+1
2016-10-27hnbgw: cosmetic: local-ip config: drop getter functionNeels Hofmeyr1-14/+5
2016-10-13cosmetic: hnbgw: addr related renames, move define, move commentNeels Hofmeyr1-8/+12
2016-10-13fix msgb talloc context initializationNeels Hofmeyr1-0/+1
2016-09-27hnbgw: vty conformance: rename iuh 'bind' command to 'local-ip'Neels Hofmeyr1-1/+1
2016-09-27log: hnbgw: add hnbap UE context allocation info logNeels Hofmeyr1-0/+3
2016-09-27hnbgw: UE context: add handling by tmsi identificationNeels Hofmeyr1-2/+18
2016-09-26log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-5/+5
2016-08-18hnbgw: make Iuh bind address configurable via VTYNeels Hofmeyr1-1/+12
2016-08-18hnbgw: move vty commands out to new hnbgw_vty.cNeels Hofmeyr1-63/+3
2016-08-18hnbgw: make cmdline options stronger than config fileNeels Hofmeyr1-5/+29
2016-08-18hnbgw: add config file and -c cmdline optionNeels Hofmeyr1-4/+16
2016-08-18hnbgw: add cmdline arg parsing with default optionsNeels Hofmeyr1-3/+81
2016-08-18hnbgw: add copyright to vty_infoNeels Hofmeyr1-0/+10
2016-07-12fix compiler warnings with new libosmo-sccp: rename to osmo_sccp_*Neels Hofmeyr1-2/+2
2016-05-01hnbgw: dumb fix of context map hnb_list double deleteNeels Hofmeyr1-0/+1
2016-04-25hnbgw: remove unused static functionNeels Hofmeyr1-14/+0
2016-04-19cosmetic: comment typosNeels Hofmeyr1-2/+2