aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29Provide more context when logging "Error in ANY_fromType_aper"Harald Welte1-7/+7
2017-12-20fix 3 compiler warnings in ranap_common.cNeels Hofmeyr1-2/+2
2017-07-06set RANAP msgb headroom to 512 (times two)Neels Hofmeyr1-1/+1
2016-04-25ranap_parse_lai(): properly initialize out-arg, adjust test experrNeels Hofmeyr1-0/+4
2016-04-06ranap_parse_lai(): Fix wrong BCD decoding for MNC. Add test.Neels Hofmeyr1-2/+2
2016-04-06ranap_parse_lai(): add LAC size check, and log all parse errorsNeels Hofmeyr1-2/+14
2016-02-18ranap: Add custom ranap_decode_rab_setupormodifieditemies() functionDaniel Willmann1-0/+25
2016-02-18ranap_common: Add helper function to get IP from transport layer addrDaniel Willmann1-0/+17
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-1/+1
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte1-1/+7
2015-12-26ranap: Allocate msgb's with headroom for SCCP User primitive pushingHarald Welte1-1/+1
2015-12-26ranap_common.c: Add ranap_parse_lai()Harald Welte1-0/+26
2015-12-25ranap_common: Add value_string for procedure code and presenceHarald Welte1-0/+59
2015-12-25ranap_common: Add ranap_cause_str() to stringify RANAP CauseHarald Welte1-0/+201
2015-12-23Introduce DRANAP/DRUA log categories to separate loggingHarald Welte1-8/+8
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 Welte1-5/+21
2015-12-18{hnbap,ranap,rua}_common: use FREEMEM(), not free() directlyHarald Welte1-3/+3
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-16ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_tHarald Welte1-4/+32
2015-12-16Add ranap_generate_outcome() functionHarald Welte1-3/+27
2015-12-16{hnbap,rua,ranap}_common.c: Reduce code duplicatioonHarald Welte1-43/+25
2015-12-16{rua,hnbap,ranap}_common: Add missing encoding functionsHarald Welte1-29/+37
2015-10-06add copyright statement and AGPLv3 headers to source code filesHarald Welte1-0/+20
2015-09-10Back RUA/RANAP integration until RANAP Reset works for cs+psHarald Welte1-1/+1
2015-09-10first dispatch of RUA into RANAPHarald Welte1-1/+4
2015-09-10ranap: Add more manual definitions to RANAP-PDUsHarald Welte1-0/+138