aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-18test-ranap.c: Further WIP, it now actually compilesHarald Welte1-63/+82
2015-12-18RANAP: Split FormatInformationParameter / SDUParameterItemHarald Welte10-213/+294
2015-12-18test-ranap.c: More WIP code for convoluted RANAP message encodingHarald Welte1-31/+283
2015-12-17hnb-test: Add an option to transmit multiple UE register/deregister msgsDaniel Willmann2-0/+33
2015-12-17Enable vty command to output talloc reportDaniel Willmann1-0/+10
2015-12-17hnbgw_hnbap: Initialize return value and always return somethingDaniel Willmann1-2/+4
2015-12-17hnbap: Free ASN.1 components after they are no longer neededDaniel Willmann2-7/+20
2015-12-17hnb-test: Handle closed connections correctlyDaniel Willmann1-1/+11
2015-12-17hnb-test: Send UE de-register after receiving the UE registration acceptDaniel Willmann2-0/+34
2015-12-17hnb-test.c: Remove pdus.h include as it is not usedDaniel Willmann1-2/+0
2015-12-17hnb-test: Add HNBAP category and reduce MAIN loglevel to INFODaniel Willmann2-2/+8
2015-12-17hnbgw: Change logging priorities and add HNBAP categoryDaniel Willmann4-10/+16
2015-12-17hnbgw_hnbap: Process UEDeRegister and try to free correct UEDaniel Willmann1-0/+24
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-16ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_tHarald Welte2-4/+37
2015-12-16hnbap_common: Fix copy+paste mistake (use hnbap msgb allocator)Harald Welte1-1/+1
2015-12-16WIP: add some early code for generating required RANAP messagesHarald Welte1-0/+207
2015-12-16Add ranap_generate_outcome() functionHarald Welte2-3/+33
2015-12-16{hnbap,rua,ranap}_common.c: Reduce code duplicatioonHarald Welte3-127/+83
2015-12-16{rua,hnbap,ranap}_common: Add missing encoding functionsHarald Welte6-67/+107
2015-12-16hnbgw: Use the now-compiling RANAP encoder+decoder codeHarald Welte2-487/+3
2015-12-16One further RANAP hacking sessionHarald Welte175-2241/+4680
2015-12-16RANAP: Add more types/IEs to RANAP-PDU.asn and re-generate CHarald Welte83-25/+6008
2015-12-16Re-add the 'regen' targets lost in the automake transitionHarald Welte3-0/+23
2015-12-16rename ASN_MODULE_FILES to ASN_MODULE_SOURCESHarald Welte3-6/+6
2015-12-15Autotoolize the buildDaniel Willmann10-178/+128
2015-12-14hnb-test: Parse UE register acceptDaniel Willmann1-0/+27
2015-12-14asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbapDaniel Willmann2-4/+4
2015-12-14hnb-test: Send UE register requestDaniel Willmann1-1/+32
2015-12-14hnb-test: Send HNB register request and parse the acceptDaniel Willmann2-1/+55
2015-12-14hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfoDaniel Willmann1-1/+14
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