aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_ranap.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-37/+15
2016-11-27fix error rc in various ASN.1 decoding functionsNeels Hofmeyr1-1/+1
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-2/+2
2016-04-25compiler warning: hnbgw_ranap.c: include ranap_msg_factory.hNeels Hofmeyr1-0/+1
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-2/+2
2015-12-26remove ranap_parse_lai() from hnbgw_ranap.cHarald Welte1-26/+0
2015-12-25hnbgw_ranap: Print RANAP Cause in RESET and ERROR INDICATIONHarald Welte1-1/+21
2015-12-24ranap: New ranap_new_msg_initial_ue() funcitionHarald Welte1-2/+5
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-42/+60
2015-12-23Introduce DRANAP/DRUA log categories to separate loggingHarald Welte1-4/+4
2015-12-16hnbgw: Use the now-compiling RANAP encoder+decoder codeHarald Welte1-486/+2
2015-10-06add copyright statement and AGPLv3 headers to source code filesHarald Welte1-0/+22
2015-09-11ranap: receive/parse DirectTransferHarald Welte1-0/+219
2015-09-11ranap: Parse InitialUE message and hex-print NAS PDUHarald Welte1-0/+51
2015-09-11ranap: prepare decoding of InitialUE messageHarald Welte1-1/+129
2015-09-10Back RUA/RANAP integration until RANAP Reset works for cs+psHarald Welte1-5/+29
2015-09-10first dispatch of RUA into RANAPHarald Welte1-0/+256