aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_rua.c
AgeCommit message (Expand)AuthorFilesLines
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