aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-14asn1helpers: Add 28 bit conversion function and use it for Cell IDDaniel Willmann3-4/+18
2015-12-07tests/hnb-test: Generate the HNBAP registration request from ASN.1Daniel Willmann1-3/+39
2015-12-07hnbap_common: Add function to HNBAP generate initiating messageDaniel Willmann2-15/+23
2015-12-07asn1helpers: Add helper to convert u8/u16 to OCTET_STRINGDaniel Willmann2-0/+15
2015-12-03hnb-test: Send hard-coded HNB register request for nowDaniel Willmann1-0/+21
2015-12-03tests: Add hnb-test to connect to hnbgw and tests its functionsDaniel Willmann3-1/+256
2015-12-02hnbgw: Add VTY commands to show info about connected HNBs and UEsDaniel Willmann1-0/+43
2015-11-30test-helpers: Also print out hexdump of encoded bit stringDaniel Willmann1-0/+7
2015-11-30asn1helpers, test-helpers: Use ntoh/hton* to convert integersDaniel Willmann3-14/+21
2015-11-30test-hnbap: Check CID and Identity Info as wellDaniel Willmann1-0/+5
2015-11-30test-hnbap: Use different types for UE request and accept IEsDaniel Willmann1-9/+10
2015-11-27asn1helpers: Fix asn1str_to_uX functionsDaniel Willmann1-6/+8
2015-11-27test-hnbap: Test decoding of the hnbap registration requestDaniel Willmann1-0/+50
2015-11-24tests/test-hnbap: Decode HNBAP UE Register accept as wellDaniel Willmann1-1/+23
2015-11-24tests: Add test-hnbap to test en-/decoding of HNBAP messagesDaniel Willmann2-1/+110
2015-11-23tests: Test cropping of string still is NULL-terminatedDaniel Willmann1-0/+9
2015-11-23asn1helpers: Ensure that string is NULL-terminatedDaniel Willmann1-2/+2
2015-11-23tests: Test asn1_strncpy functionDaniel Willmann1-0/+15
2015-11-23asn1helpers.c: Fix asn1bitstr_to_u32 functionDaniel Willmann1-8/+6
2015-11-23tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32Daniel Willmann2-2/+33
2015-11-20src/Makefile: Change order of dependencies so a clean checkout buildsDaniel Willmann1-1/+1
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