aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2016-03-14HACK: hardcode subscriber auth tuple for IuCSNeels Hofmeyr1-0/+12
2016-03-14cosmeticNeels Hofmeyr2-4/+2
2016-03-14Adjust authentication logic for Iu, move a log noticeNeels Hofmeyr2-6/+27
2016-03-14spread a few debug logs around authenticationNeels Hofmeyr1-7/+43
2016-03-14fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr2-2/+2
2016-03-14Remove unused auth code and add commentNeels Hofmeyr1-4/+13
2016-03-04move two gsm0480_send_*() to xsc as gsm0480_gen_*()Neels Hofmeyr1-22/+2
2016-03-04fix two minor Makefile.am errorsNeels Hofmeyr1-1/+1
2016-03-04move sms_next_rp_msg_ref() to libxsc, for gsm0408testNeels Hofmeyr2-38/+1
2016-03-04rename nitb vty config to cscn, move to cscn_vty.cNeels Hofmeyr3-68/+101
2016-03-04disable code trying to reach across BSC/MSC bounds, make build passNeels Hofmeyr2-0/+4
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 Hofmeyr3-3/+30
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-03msc: define extern iu_tx()Neels Hofmeyr1-2/+2
2016-03-03gsm0408_rcvmsg_iucs: remove unused link_id arg.Neels Hofmeyr1-2/+2
2016-03-03msc: implicitly link to iu_tx, don't have callbacks.Neels Hofmeyr1-30/+6
2016-03-03mscsplit: fix compilation and comments. move msc_api.h.Neels Hofmeyr6-37/+16
2016-03-03mscsplit: getting grips on header scopesNeels Hofmeyr6-44/+107
2016-03-03msc: clarify msc_api and msc_ifaces scopesNeels Hofmeyr1-0/+11
2016-03-03rename IFACE_IUCS to IFACE_IUNeels Hofmeyr1-3/+3
2016-03-03cscn: rename msc_apiNeels Hofmeyr2-31/+0
2016-03-03cscn: some file moves/renamesNeels Hofmeyr4-1/+189
2016-03-03cscn wip: direct dtap responses to IuCSNeels Hofmeyr3-2/+9
2016-03-03mscplit: try to clarify root talloc ctx and global gsm_network.Neels Hofmeyr1-2/+0
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr10-207/+154
2016-03-03cscn: call msc_compl_l3() from subscr_conn_allocate_iu()Neels Hofmeyr3-3/+11
2016-03-03gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-20/+5
2016-03-03gsm_04_11.c/04_08.c: s/lchan/conn/ where we don't use lchan for yearsHarald Welte3-12/+11
2016-03-03subscr_name(): Handle case for subscr == NULLHarald Welte1-5/+2
2016-03-03Fix two rc values in gsm0408_dispatch()Neels Hofmeyr1-0/+2
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr4-53/+165
2016-02-25osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr1-4/+5
2016-02-25gsm340_rx_tpdu: comment-out two unused varsNeels Hofmeyr1-3/+7
2016-02-18Patch to make openbsc find libsmpp34Ruben Undheim1-1/+1
2016-02-10msc: Remove oversimplified todo entry and add a commentHolger Hans Peter Freyther1-1/+5
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther2-32/+32
2016-01-23db: Avoid undefined behavior when copying cm2/cm3 from the dbHolger Hans Peter Freyther1-2/+4
2015-12-12mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte2-8/+8
2015-12-12mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte1-69/+60
2015-10-12libmsc: Use RAND_bytes to generate a tokenDaniel Willmann1-1/+4
2015-10-12libmsc: Use RAND_bytes to choose auth tupleDaniel Willmann1-3/+8
2015-10-12libmsc: Use RAND_bytes when choosing a tmsiDaniel Willmann2-2/+7
2015-09-14mncc: Use the default codec from the built-in mncc modeHolger Hans Peter Freyther2-6/+12
2015-09-14mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther1-6/+28
2015-09-14mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther1-0/+213
2015-09-14mncc: Update the protocol to match LCRHolger Hans Peter Freyther1-0/+3
2015-09-14msc: Add channel information to the meas_feed, bump version to v1.Alexander Chemeris1-0/+9