aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-28Reject any HNBAP-REGISTER messages for HNB's with identical CIDlaforge/reject-id-cidHarald Welte1-0/+11
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
2016-04-06hnbgw: set default RNC ID to 23 (for testing)Neels Hofmeyr1-0/+1
2016-04-06hnbgw: set DMAIN loglevel to DEBUG by defaultNeels Hofmeyr1-1/+1
2016-02-24osmo-hnbgw, hnb-test: allow configuring VTY addressNeels Hofmeyr1-1/+5
2016-02-18hnbgw: fix errmsg typoNeels Hofmeyr1-1/+1
2016-02-18hnbgw vty: add logging commandsNeels Hofmeyr1-0/+2
2016-02-18hnbgw: hnb_context_alloc(): fix missing free, missing return, wrong error ret...Neels Hofmeyr1-3/+4
2016-01-14hnbgw: Print out the hnbgw context map per HNBDaniel Willmann1-0/+8
2016-01-14hnbgw: Mark ps_cnlink as psDaniel Willmann1-2/+2
2016-01-07hnbgw: When a HNB is released release associated UEs as wellDaniel Willmann1-0/+11
2016-01-07hnbgw: Use libosmo-netif for SCCP connection handlingDaniel Willmann1-73/+44
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte1-0/+1
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-48/+43
2015-12-23Add a context mapper to map RUA ContextIDs <-> SUA Connection IDsHarald Welte1-12/+45
2015-12-23Introduce DRANAP/DRUA log categories to separate loggingHarald Welte1-0/+10
2015-12-23use msgb_sctp_ppid() from libosmo-netif, remove local declarationHarald Welte1-1/+3
2015-12-23hnbgw: Add SUA client socket towards localhostHarald Welte1-0/+44
2015-12-22hnbgw: Free msgb when connection is closedDaniel Willmann1-2/+4
2015-12-17Enable vty command to output talloc reportDaniel Willmann1-0/+10
2015-12-17hnbgw: Change logging priorities and add HNBAP categoryDaniel Willmann1-0/+5
2015-12-17hnbgw: Handle closed connections correctlyDaniel Willmann1-1/+12