aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/cscn_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14cscn: fix VTY port: don't use SGSN's port numberNeels Hofmeyr1-2/+2
2016-03-04rename nitb vty config to cscn, move to cscn_vty.cNeels Hofmeyr1-0/+1
2016-03-04disable code trying to reach across BSC/MSC bounds, make build passNeels Hofmeyr1-0/+17
2016-03-04create libxsc and move some code, never link libbsc and libmscNeels Hofmeyr1-1/+2
2016-03-03cscn: apply vty bind addr configurationNeels Hofmeyr1-2/+5
2016-03-03cscn_main.c: fix ctrl initNeels Hofmeyr1-0/+2
2016-03-03cscn: minor dbg log tweakNeels Hofmeyr1-2/+1
2016-03-03cscn: apply socket path / bind addr changes after rebaseNeels Hofmeyr1-7/+21
2016-03-03cscn: fix use of opaque RANAP_RAB_SetupOrModifiedItemIEs_s declNeels Hofmeyr1-1/+2
2016-03-03libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiuDaniel Willmann1-1/+1
2016-03-03msc: define extern iu_tx()Neels Hofmeyr1-3/+0
2016-03-03gsm0408_rcvmsg_iucs: remove unused link_id arg.Neels Hofmeyr1-2/+1
2016-03-03osmo-cscn: Add dummy function for RAB assignment responseDaniel Willmann1-1/+9
2016-03-03cscn: use iu_tx for msc_ifaces.iu_cs. some #include cosmetics.Neels Hofmeyr1-3/+8
2016-03-03cscn: some file moves/renamesNeels Hofmeyr1-1/+1
2016-03-03cscn: own talloc root and gsm_network instance; misc.Neels Hofmeyr1-70/+127
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-2/+2
2016-03-03cosmetics: link_id=42, s/Iu-CS/IuCS, debug logs.Neels Hofmeyr1-1/+1
2016-03-03cscn: default to osmo-cscn.cfg, not opencscn.cfgNeels Hofmeyr1-1/+1
2016-03-03cscn: move gsm0408_rcvmsg_iucs() decl to proper place.Neels Hofmeyr1-0/+2
2016-03-03minor fixesNeels Hofmeyr1-3/+2
2016-03-03wipNeels Hofmeyr1-0/+1
2016-03-03wip (reminders to self, whitespace)Neels Hofmeyr1-1/+1
2016-03-03make osmo-cscn compile and receive first Iu-CS buf (and log it only)Neels Hofmeyr1-23/+11
2016-03-03iu_init: add addr and port argsNeels Hofmeyr1-1/+1
2016-03-03cscnNeels Hofmeyr1-10/+35
2016-03-03wipNeels Hofmeyr1-0/+18
2016-03-03cscn: adjust header comment.Neels Hofmeyr1-2/+7
2016-03-03Add osmo-cscn, as a copy of osmo-nitb.Neels Hofmeyr1-0/+360