aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-07add more relevant/related specsHarald Welte9-0/+1755
2015-10-06add asn1_u24_to_bitstring()Harald Welte2-0/+8
2015-10-06make asn1bitstr_to_u32() work for sub-32bit bit-stringsHarald Welte1-2/+10
2015-10-06add copyright statement and AGPLv3 headers to source code filesHarald Welte10-0/+207
2015-09-18the Context ID is a 24bit number, we cannot use len = 4 bytes!Harald Welte1-0/+1
2015-09-11ranap: receive/parse DirectTransferHarald Welte1-0/+219
2015-09-11ranap: Parse InitialUE message and hex-print NAS PDUHarald Welte1-0/+51
2015-09-11RUA: hand off RANAP from all PDU types, not just UnitDataTransferHarald Welte2-1/+43
2015-09-11ranap: prepare decoding of InitialUE messageHarald Welte1-1/+129
2015-09-11various cleanups (compiler warnings, coding style)Harald Welte3-7/+12
2015-09-11add unit test for BCD encoding/decodingHarald Welte2-0/+44
2015-09-11iu_helpers: fix encoding of BCD (like IMSI) into OCTET STINGHarald Welte2-6/+8
2015-09-11move BCD string encoding/decoding functions to iu_helpers.[ch]Harald Welte4-47/+55
2015-09-11hnbap: Print error messages in error casesHarald Welte3-0/+104
2015-09-11respond to HNBAP UE REGISTER REQ withe correspnding ACCEPTHarald Welte3-7/+78
2015-09-11ue context: fix linked list insertHarald Welte1-1/+1
2015-09-11remove obsolete asn1c makefiles in the asn1c/ hierarchyHarald Welte2-12/+0
2015-09-11introduce ue_context managementHarald Welte3-2/+75
2015-09-10Back RUA/RANAP integration until RANAP Reset works for cs+psHarald Welte7-85/+144
2015-09-10first dispatch of RUA into RANAPHarald Welte7-23/+302
2015-09-10ranap: Add more manual definitions to RANAP-PDUsHarald Welte53-3/+4963
2015-09-10don't attempt to regenerate ranap-common, it is not auto generated!Harald Welte1-4/+0
2015-09-10rua: dispatch different message types and print context/causeHarald Welte1-1/+146
2015-09-10actually dispatch RUA messages to RUA handling codeHarald Welte6-2/+633
2015-09-10enable building + linking of RUA supportHarald Welte3-9/+200
2015-09-10asn1tostruct.py: Add support for type prefixingHarald Welte1-41/+44
2015-09-10hnbap Makefile: add asn1c include directoryHarald Welte1-1/+2
2015-09-10add AGPLv3 license textHarald Welte1-0/+661
2015-09-10Add README file about current stateHarald Welte1-0/+31
2015-09-10Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing)Harald Welte235-11/+23
2015-09-10build + link to RUA and RANAP librariesHarald Welte1-1/+18
2015-09-10add asn1c generated C source for RANAP (and Makefile to regenerate)Harald Welte993-0/+90548
2015-09-10add asn1c generated RUA c+header filesHarald Welte71-2/+7380
2015-09-10add Makefile.local to generate prefixed RUA codeHarald Welte1-0/+102
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-07hnbap: Don't enqueue a NULL msgb for transmitHarald Welte1-0/+3
2015-09-07hnbgw.c: Fix double-free in wait-queue transmit codeHarald Welte1-2/+1
2015-09-07hnbap encode: don't pass 0 as available buffer spaceHarald Welte1-1/+1
2015-09-07more error logging in hnbap TX successful outcomeHarald Welte1-1/+9
2015-09-07use htonl(ppid) when sending a SCTP messageHarald Welte1-1/+1
2015-09-07Use implement HNBAP transmit using per-hnb write_queueHarald Welte3-10/+40
2015-09-07hnbgw: zero-initialize the output struct before aper_decode()Harald Welte1-0/+4
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-31update .gitignoreHarald Welte2-0/+69
2015-08-31cosmetics: asn1c now no longer explicitly states -fnative-typesHarald Welte230-230/+230
2015-08-31start using the shared libasn1c, now that it has aper supportHarald Welte61-15847/+5
2015-08-31makefile: asn1tostruct.py rules for RUA and RANAPHarald Welte1-2/+9