aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-22hnbgw: Free msgb when connection is closedDaniel Willmann1-2/+4
2015-12-22hnbgw_hnbap.c: Clean up after encoding a UE register acceptDaniel Willmann1-0/+4
2015-12-22asn1tostruct.py: Fix memory leaks in generated codeDaniel Willmann1-2/+9
2015-12-22Remove obsolete ffasn1c files.Neels Hofmeyr6-58879/+0
2015-12-22really fix src/Makefile.amNeels Hofmeyr1-1/+3
2015-12-22fix Makefile.amAlexander Huemer1-9/+0
2015-12-22README, .gitignoreNeels Hofmeyr2-4/+25
2015-12-21SUA: Ensure osmo_ prefix is used on all global symbolsHarald Welte6-50/+51
2015-12-21SUA: More FIXMEsHarald Welte2-2/+3
2015-12-21Add WIP code for SCCP User Adaptation (SUA) and SCCP User SAPHarald Welte10-0/+2093
2015-12-21move COPYING file to root directoryHarald Welte1-0/+0
2015-12-21Makefile.am: Try to model the asn1tostruct.py generation dependenciesHarald Welte1-0/+5
2015-12-19add TS 25.412 specHarald Welte3-0/+2
2015-12-19Add various RANAP packet captures (pcap files) found on the netHarald Welte7-0/+0
2015-12-19ranap ASN.1: Define IMSI as OCTET STRING to work around asn1c bugHarald Welte3-37/+41
2015-12-19ranap: Don' shift the RAB ID by 3 bitsHarald Welte1-1/+1
2015-12-19ranap: No need for htonl() of IP addresses and the likeHarald Welte1-3/+3
2015-12-19ranap: Don't forget ProtocolIE-CointainerPair around ProtocolIE-FieldPairHarald Welte4-6/+11
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