aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Makefile.am: Replace .PHONY asn1tostruct.py rulesHarald Welte1-3/+3
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte6-468/+775
2015-12-18implement BIT_STRING_fromBuf() similar to OCTET_STRING_fromBuf()Harald Welte2-0/+42
2015-12-18ranap_common: Fix error cleanup path while generating IE PairHarald Welte1-2/+2
2015-12-18{hnbap,rua,ranap}_common: check for encoding errors in new_ie()Harald Welte3-7/+35
2015-12-18{hnbap,ranap,rua}_common: use FREEMEM(), not free() directlyHarald Welte3-5/+5
2015-12-18hnbap/rua: Don't usse malloc() directly but use CALLOC() macroHarald Welte2-4/+2
2015-12-18ranap: Use CALLOC() macro of libasn1cHarald Welte1-4/+2
2015-12-18ranap: Ensure we free any intermediate dynamically allocated memoryHarald Welte1-4/+20
2015-12-18test-ranap.c: Further WIP, it now actually compilesHarald Welte1-63/+82
2015-12-18RANAP: Split FormatInformationParameter / SDUParameterItemHarald Welte11-215/+298
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 Welte177-2316/+4825
2015-12-16asn1tostruct: Avoid erroneous double-underscoresHarald Welte1-2/+2
2015-12-16Make .gitignore aware of autoconf artefactsHarald Welte1-0/+12
2015-12-16RANAP: Add more types/IEs to RANAP-PDU.asn and re-generate CHarald Welte84-26/+6371
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 Willmann12-178/+163
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