aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Welte3-13/+16
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-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
2015-12-25hnbgw_rua.c: Print RUA cause in error indicationHarald Welte1-1/+2
2015-12-25hnbgw_ranap: Print RANAP Cause in RESET and ERROR INDICATIONHarald Welte1-1/+21
2015-12-25don't return undefined strings from rua_cause_str()Harald Welte1-0/+3
2015-12-25ranap_common: Add ranap_cause_str() to stringify RANAP CauseHarald Welte2-0/+203
2015-12-24fix build if depenedencies are in distinct directoriesAlexander Huemer5-5/+5
2015-12-24add rua_helper.[ch] missing from previous commitHarald Welte2-0/+166
2015-12-24hnb-test: Add VTY to manually issue Iuh messagesHarald Welte3-26/+231
2015-12-24ranap_msg_factory.c: Fix compiler warningsHarald Welte1-6/+6
2015-12-24ranap_msg_factory: use OCTET_STRING_fromBuf() in ranap_new_msg_dt()Harald Welte1-2/+1
2015-12-24ranap: New ranap_new_msg_initial_ue() funcitionHarald Welte3-3/+63
2015-12-24asn1helpers.h: Add missing declarations of functions in asn1helpers.cHarald Welte1-0/+3
2015-12-24hnbgw_rua.c: Incoming context IDs are 24bit wide according to specHarald Welte1-3/+3
2015-12-24RANAP: Replace the last remainng TBCD-STRING with OCTET STRINGHarald Welte2-36/+40
2015-12-24improve logging, remove obsolete FIXMEs, return of non-void functionsHarald Welte2-12/+25
2015-12-24Implement forwarding of RANAP PAGING from CN to all HNBsHarald Welte1-9/+19
2015-12-24hnbgw: Bring all parts togetherHarald Welte12-119/+946