aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04gitignore m4 and libosmo-ranap.pcNeels Hofmeyr1-0/+2
2016-01-04move asn1 headers to include/ dir (5/5)Neels Hofmeyr17-749/+1498
2016-01-04move asn1 headers to include/ dir (4/5)Neels Hofmeyr729-0/+0
2016-01-04move asn1 headers to include/ dir (3/5)Neels Hofmeyr1-1/+1
2016-01-04move asn1 headers to include/ dir (2/5)Neels Hofmeyr1160-1619/+1619
2016-01-04move asn1 headers to include/ dir (1/5)Neels Hofmeyr5-2/+51
2016-01-03add pkg-config file for libosmo-ranapHarald Welte3-0/+14
2016-01-03add git-version-gen to auto-generate git based version numberHarald Welte3-3/+162
2016-01-03move tests/rua_helper.[ch] to src directoryHarald Welte5-11/+14
2016-01-03add test-ranap to testsuiteHarald Welte2-0/+211
2016-01-03steps towards making 'make distcheck' workHarald Welte5-7/+10
2016-01-03move asn1helpers.[ch] to libasn1cHarald Welte4-184/+6
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte6-4/+15
2016-01-03update .gitignoreHarald Welte1-0/+8
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte9-22/+23
2016-01-03Makefile restructuring; install ranap header filesHarald Welte2-13/+35
2016-01-03Introduce libosmo-ranap.so as shared RANAP libHarald Welte4-14/+18
2016-01-01import message sequence charts (ladder diagrams) for RUA/RANAP/NASHarald Welte7-0/+403
2016-01-01test-ranap: Call new RANAP encoder functions from ranap_msg_factory.cHarald Welte1-0/+35
2016-01-01ranap_msg_factory: Fix memory leaks in OCTET_STRINGHarald Welte1-9/+10
2016-01-01asn1helpers: Add new OCTET_STRING_noallocHarald Welte1-0/+6
2016-01-01ranap_msg_factory: Mark 'RANAP_Cause_t *' as constHarald Welte2-2/+2
2016-01-01ranap_msg_factory: functions for RAB and IU Release RequestHarald Welte2-0/+75
2015-12-29fix copy+paste mistakes when encoding GTP TEI in RAB ParametersHarald Welte1-3/+3
2015-12-29make bitrates configurable in new_rab_par_data()Harald Welte1-4/+5
2015-12-29more verbose logging in various placesHarald Welte4-2/+15
2015-12-28ranap_common_cn: Handle non-terminal 'outcome' for RAB-ASS.respHarald Welte1-0/+30
2015-12-28ranap_common_cn: Fix typoHarald Welte1-1/+1
2015-12-28ranap_msg_factory.c: Use X.213 NSAP encoding for TransportLayerAddrHarald Welte1-4/+24
2015-12-28ranap_msg_factory: CipheringInformation is optional in SecurityModeCommandHarald Welte1-3/+3
2015-12-27RANAP-PDU-Contents: fix syntax error regarding InitialUE-MessageHarald Welte1-1/+1
2015-12-26Dummy CN: Handle RANAP payload of DISCONNET.indHarald Welte1-0/+2
2015-12-26dummy CN: Handle Iu Release Request (respond with Release Command)Harald Welte1-0/+21
2015-12-26dummy_cn_sua.c: Fix syntax errorsHarald Welte1-15/+19
2015-12-26Dummy CN: Create a per-UE connection context and resolve it.Harald Welte1-2/+34
2015-12-26ranap: Allocate msgb's with headroom for SCCP User primitive pushingHarald Welte1-1/+1
2015-12-26remove ranap_parse_lai() from hnbgw_ranap.cHarald Welte1-26/+0
2015-12-26More verbose logging (CS/PS domain)Harald Welte1-2/+9
2015-12-26Start to use SUA local referencs from 1000 upwardsHarald Welte1-0/+1
2015-12-26context_map: Don't forget to store the SCU connection IDHarald Welte1-0/+1
2015-12-26properly resolve the cnlink from SUA signalling linkHarald Welte2-5/+7
2015-12-26don't double-free msgb's in rua_helper and ranap_common_cnHarald Welte2-10/+3
2015-12-26add 'dummy cn' as a stub core netwrok element to which hnbgw connectsHarald Welte2-3/+270
2015-12-26ranap_common.c: Add ranap_parse_lai()Harald Welte1-0/+26
2015-12-26use libosmocore SCCP_SSN_RANAP definitionHarald Welte2-17/+13
2015-12-25ranap_common: Add value_string for procedure code and presenceHarald Welte2-0/+63
2015-12-25factor out some common shared test init codeHarald Welte6-47/+104
2015-12-25Add new common RANAP parsing code for CN elementsHarald Welte2-0/+320
2015-12-25Fix typo / spelling mistakesHarald Welte1-2/+2
2015-12-25hnbgw_hnbap: Print HNBAP Cause during UE De-RegisterHarald Welte1-2/+2