aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-03-04fix build: add xsc to osmo-bsc and tests/bsc-natNeels Hofmeyr2-0/+2
2016-03-04move two gsm0480_send_*() to xsc as gsm0480_gen_*()Neels Hofmeyr5-22/+84
2016-03-04fix two minor Makefile.am errorsNeels Hofmeyr2-2/+2
2016-03-04move sms_next_rp_msg_ref() to libxsc, for gsm0408testNeels Hofmeyr5-42/+24
2016-03-04rename nitb vty config to cscn, move to cscn_vty.cNeels Hofmeyr6-70/+104
2016-03-04disable code trying to reach across BSC/MSC bounds, make build passNeels Hofmeyr5-2/+24
2016-03-04libmsc: stubify paging (A-/Iu-interfaces need to reimplement this)Neels Hofmeyr2-2/+17
2016-03-04add libmsc/a_iface.c for A-interface stubs (so far only mock)Neels Hofmeyr2-1/+81
2016-03-04gsm_subscriber_connection: further split between BSC and MSCNeels Hofmeyr8-28/+59
2016-03-04create libxsc and move some code, never link libbsc and libmscNeels Hofmeyr26-785/+863
2016-03-03Remove osmo-nitb, cannot link libbsc with libmsc anymoreNeels Hofmeyr4-410/+2
2016-03-03cscn: apply vty bind addr configurationNeels Hofmeyr1-2/+5
2016-03-03debug: set almost everything to LOGL_DEBUG for easier devNeels Hofmeyr1-17/+17
2016-03-03cscn_main.c: fix ctrl initNeels Hofmeyr1-0/+2
2016-03-03wip: exclude more bsc stuff from gsm_subscriber_connNeels Hofmeyr1-7/+7
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-03osmo-bsc: half-fix tz override to allow compilationNeels Hofmeyr5-26/+46
2016-03-03WIP: gprs_gmm: Get mm ctx from RA update in Iu modeDaniel Willmann1-1/+13
2016-03-03WIP: Try and activate RABs after service requestDaniel Willmann2-1/+20
2016-03-03gprs_gmm: Log service request if not receieved from Iu modeDaniel Willmann1-1/+3
2016-03-03gprs_gmm: Send gmm_service_accept from gsm48_gmm_authorize()Daniel Willmann1-51/+54
2016-03-03gprs: Update ue ctx from msgDaniel Willmann1-0/+1
2016-03-03sgsn_test: Fix mmctx llme and tlli struct names after mergeDaniel Willmann1-12/+12
2016-03-03gprs_gmm: Fix mmctx tlli member rename after mergeDaniel Willmann1-1/+1
2016-03-03gprs: Handle GMM service request (Iu mode only)Daniel Willmann3-0/+181
2016-03-03osmo-bsc: Pass gsmnet to bsc_vty_init()Daniel Willmann1-1/+1
2016-03-03libmsc/smpp: disable lchan access for nowNeels Hofmeyr1-0/+2
2016-03-03libmsc: Don't use bts field of gsm_subscriber_connectionDaniel Willmann1-1/+1
2016-03-03sgsn: fix use of opaque RANAP_RAB_SetupOrModifiedItemIEs_s declDaniel Willmann1-1/+1
2016-03-03cscn: fix use of opaque RANAP_RAB_SetupOrModifiedItemIEs_s declNeels Hofmeyr1-1/+2
2016-03-03iu.h: fix opaque declaration of RANAP_RAB_SetupOrModifiedItemIEs_sNeels Hofmeyr1-2/+1
2016-03-03Revert "iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemie...Daniel Willmann1-2/+0
2016-03-03libiu: Use custom setupormodifieditemies functionDaniel Willmann1-1/+1
2016-03-03libiu: Indicate in log where we don't handle a specific messageDaniel Willmann1-0/+2
2016-03-03libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiuDaniel Willmann4-26/+12
2016-03-03iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemies()Neels Hofmeyr1-0/+2
2016-03-03add tests/libiudummyNeels Hofmeyr6-1/+25
2016-03-03msc: define extern iu_tx()Neels Hofmeyr3-5/+5
2016-03-03gsm0408_rcvmsg_iucs: remove unused link_id arg.Neels Hofmeyr3-5/+4
2016-03-03msc: implicitly link to iu_tx, don't have callbacks.Neels Hofmeyr3-78/+27
2016-03-03gprs/sgsn: Use RAB assignment response cb in PDP context activationDaniel Willmann2-9/+48
2016-03-03osmo-cscn: Add dummy function for RAB assignment responseDaniel Willmann1-1/+9
2016-03-03libiu: Add support for RAB assignment response callbackDaniel Willmann2-29/+17
2016-03-03sgsn_libgtp: Update rab (de)act function names to libui versionDaniel Willmann3-4/+4
2016-03-03sgsn_test: Make sgsn_test compile again after libui changeDaniel Willmann1-16/+0
2016-03-03sgsn_iu/libgtp: Update pdp context with new IP address after RAB assignDaniel Willmann2-7/+7
2016-03-03sgsn_iu: Parse the RAB assignemnt response and get pdp ctx form itDaniel Willmann2-14/+28
2016-03-03sgsn: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann2-1/+18
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann3-8/+13