aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/iu.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-03put Iu-common and Iu-CS stuff in proper placesNeels Hofmeyr1-556/+0
Add libiu to contain the parts used by both Iu-CS (in osmo-cscn) and Iu-PS (in gprs) into libiu. It's rather thin and may make sense to move to osmo-iuh altogether, eventually. iu.c is half moved to libiu/, and half to osmo-cscn/iu_cs.c.
2016-03-03wipNeels Hofmeyr1-1/+9
2016-03-03todo / #if 0Neels Hofmeyr1-0/+5
2016-03-03minor fixesNeels Hofmeyr1-3/+3
2016-03-03func declaration, commentsNeels Hofmeyr1-0/+3
2016-03-03fix: it's called msgb.dst.Neels Hofmeyr1-2/+2
2016-03-03Add some Iu-CS functions (in the wrong place though, wip)Neels Hofmeyr1-0/+78
2016-03-03cosmetic: a rename, comments.Neels Hofmeyr1-3/+3
Rename conn_ctx_list -> ue_conn_ctx_list. Indicate Iu-CS 'siblings' for a couple of functions. Tweak/add comments.
2016-03-03wip (reminders to self, whitespace)Neels Hofmeyr1-1/+0
2016-03-03iu_init: add addr and port argsNeels Hofmeyr1-2/+3
2016-03-03various small fixesNeels Hofmeyr1-17/+36
2016-03-03some fixesNeels Hofmeyr1-6/+9
2016-03-03generalize rab_act for ps and csNeels Hofmeyr1-11/+24
2016-03-03move struct ue_conn_ctx to headerNeels Hofmeyr1-6/+0
2016-03-03sai argNeels Hofmeyr1-1/+1
2016-03-03iu_commonNeels Hofmeyr1-2/+1
2016-03-03rename sgsn_iu.c to iu.c.Neels Hofmeyr1-0/+434
That code seems to be usable for the CS side, as well. A more general name is applicable. todo: move out of gprs even.