aboutsummaryrefslogtreecommitdiffstats
path: root/src/context_map.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-25cosmetic: context_map_tmr_cb(): fix commentNeels Hofmeyr1-1/+1
2017-12-25segfault: context_map gc: use llist_for_each_entry_safe()Neels Hofmeyr1-2/+2
2017-12-25osmo-hnbgw: vty: revamp output of context maps on 'show hnb'Neels Hofmeyr1-0/+8
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-0/+2
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr1-24/+23
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-2/+2
2016-01-14context_map: Have one mapping per UE/cnlink combinationDaniel Willmann1-0/+3
2015-12-29more verbose logging in various placesHarald Welte1-1/+4
2015-12-26context_map: Don't forget to store the SCU connection IDHarald Welte1-0/+1
2015-12-24improve logging, remove obsolete FIXMEs, return of non-void functionsHarald Welte1-5/+7
2015-12-23Add a context mapper to map RUA ContextIDs <-> SUA Connection IDsHarald Welte1-0/+164