aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_common_cn.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-15ranap_common_cn: rename ctx -> privOliver Smith1-4/+4
2022-11-15ranap_common_cn: remove unused ctx argsOliver Smith1-25/+28
2022-06-08Make logging message about received RANAP message more meaningfulPau Espin Pedrol1-30/+30
2022-01-28ranap_common_cn: add functions for direct access to decoderPhilipp Maier1-26/+46
2022-01-04Introduce dynamic log category for libosmo-rua/hnbapPau Espin Pedrol1-1/+1
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-4/+10
2016-11-27fix error rc in various ASN.1 decoding functionsNeels Hofmeyr1-2/+2
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-1/+1
2016-04-19ranap_common_cn.c: for now add more decoding that doesn't belong hereNeels Hofmeyr1-0/+18
2016-04-19RANAP Initiating msg: rx and free Security Mode CommandNeels Hofmeyr1-0/+10
2016-01-07ranap_common_cn: Free structs allocated through ranap_cn_rx_co()Daniel Willmann1-0/+96
2016-01-07ranap_common_cn: Free structs allocated through ranap_cn_rx_cl()Daniel Willmann1-1/+86
2016-01-07ranap_common_cn: Fix copy/paste bug when decoding outcome messageDaniel Willmann1-1/+1
2016-01-07ranap_common_cn: Add missing break in switch statementDaniel Willmann1-0/+1
2016-01-06make ranap_common.cn.[ch] part of libosmo-ranapHarald Welte1-0/+336