aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_rua.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Drop osmo-hnbgwPau Espin Pedrol1-566/+0
2021-10-26hnbap: Use specific prefix for HNBAP generated codePau Espin Pedrol1-1/+1
2021-10-26hnbgw_rua.c: Use proper type structPau Espin Pedrol1-2/+2
2021-02-03hnbgw: Use LOGHNB() to add log context information to log linesHarald Welte1-39/+36
2019-07-16spelling stuff found by lintianThorsten Alteholz1-1/+1
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
2017-12-25comments: hnbgw_rua.c: remove obsolete fixmes for asn1 freeNeels Hofmeyr1-3/+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-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-2/+2
2017-08-09make point codes configurable by SCCP address bookNeels Hofmeyr1-2/+2
2017-07-05rua_to_scu(): add debug log for calling/called addrNeels Hofmeyr1-0/+10
2017-07-05rua_to_scu(), rua_rx_init_connect(): add debug loggingNeels Hofmeyr1-2/+21
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr1-10/+16
2017-07-05cosmetic: move callers' common switch() into rua_to_scu()Neels Hofmeyr1-57/+25
2016-12-07log: fix number format for domain indicatorNeels Hofmeyr1-2/+2
2016-11-27hnbgw: rua rx: fix rc and log unhandled Private MsgNeels Hofmeyr1-0/+3
2016-11-27fix error rc in various ASN.1 decoding functionsNeels Hofmeyr1-1/+1
2016-11-27hnbgw_rua: reject invalid domain indicatorNeels Hofmeyr1-0/+14
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-3/+3
2016-09-09build: fix ranap gen, use same for gen hnbap and rua genNeels Hofmeyr1-2/+2
2016-01-07Free ies struct after use in tests and hnbgw_cn/ruaDaniel Willmann1-0/+6
2016-01-07hnbgw: Use libosmo-netif for SCCP connection handlingDaniel Willmann1-1/+3
2015-12-29more verbose logging in various placesHarald Welte1-0/+5
2015-12-26More verbose logging (CS/PS domain)Harald Welte1-2/+9
2015-12-25hnbgw_rua.c: Print RUA cause in error indicationHarald Welte1-1/+2
2015-12-24hnbgw_rua.c: Incoming context IDs are 24bit wide according to specHarald Welte1-3/+3
2015-12-24improve logging, remove obsolete FIXMEs, return of non-void functionsHarald Welte1-7/+18
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-21/+197
2015-12-23hnbgw_rua: Don't use msgb as imput, allow more parametersHarald Welte1-9/+57
2015-12-23Introduce DRANAP/DRUA log categories to separate loggingHarald Welte1-1/+1
2015-12-23use msgb_sctp_ppid() from libosmo-netif, remove local declarationHarald Welte1-1/+2
2015-10-06add copyright statement and AGPLv3 headers to source code filesHarald Welte1-0/+21
2015-09-11RUA: hand off RANAP from all PDU types, not just UnitDataTransferHarald Welte1-1/+42
2015-09-10Back RUA/RANAP integration until RANAP Reset works for cs+psHarald Welte1-63/+25
2015-09-10first dispatch of RUA into RANAPHarald Welte1-18/+28
2015-09-10rua: dispatch different message types and print context/causeHarald Welte1-1/+146
2015-09-10actually dispatch RUA messages to RUA handling codeHarald Welte1-0/+102