aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-17hnbgw: Lower level of SCTP notif. msg to debug and set default log level to infoDaniel Willmann1-2/+2
2015-12-02hnbgw: Add VTY commands to show info about connected HNBs and UEsDaniel Willmann1-0/+43
2015-10-06add copyright statement and AGPLv3 headers to source code filesHarald Welte1-0/+20
2015-09-11various cleanups (compiler warnings, coding style)Harald Welte1-1/+2
2015-09-11respond to HNBAP UE REGISTER REQ withe correspnding ACCEPTHarald Welte1-0/+2
2015-09-11ue context: fix linked list insertHarald Welte1-1/+1
2015-09-11introduce ue_context managementHarald Welte1-0/+61
2015-09-10first dispatch of RUA into RANAPHarald Welte1-0/+4
2015-09-10actually dispatch RUA messages to RUA handling codeHarald Welte1-1/+2
2015-09-08msgb_free() all received messages after handlingHarald Welte1-0/+1
2015-09-08avoid parsing SCTP noficiations as user dataHarald Welte1-0/+6
2015-09-07hnbgw.c: Fix double-free in wait-queue transmit codeHarald Welte1-2/+1
2015-09-07use htonl(ppid) when sending a SCTP messageHarald Welte1-1/+1
2015-09-07Use implement HNBAP transmit using per-hnb write_queueHarald Welte1-7/+28
2015-09-07hnbgw: Fix SCTP server/receiverHarald Welte1-0/+16
2015-09-07hnbgw: Initialize linked list header of hnbgw'sHarald Welte1-0/+1
2015-09-07hnbgw: Bind to INADDR_ANY, not to localhost onlyHarald Welte1-1/+1
2015-08-31start using the shared libasn1c, now that it has aper supportHarald Welte1-0/+2
2015-08-30hnbgw: Actually link in + call ffasn1c runtime libraryHarald Welte1-0/+1
2015-08-30first compiling code (untested)Harald Welte1-7/+85
2015-08-29further tiny steps of progress on the hnb-gw infrastructureHarald Welte1-0/+97