aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-29bridge calls via mgcpgwNeels Hofmeyr1-2/+1
2016-09-29also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2016-09-29IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-3/+8
2016-09-29IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+1
2016-09-29cosmetic: remove legacy comment from gsm0408_loc_upd_rej()Neels Hofmeyr1-1/+1
2016-09-29cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2016-09-29LU counters: count completion and failure, not messages sentNeels Hofmeyr1-12/+30
2016-09-29remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2016-09-29gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2016-09-29gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2016-09-29comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2016-09-29gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2016-09-29include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2016-09-29complete IuCS paging implementationNeels Hofmeyr1-11/+28
2016-09-29move subscr auth check to gsm_subscriber.cNeels Hofmeyr1-34/+3
2016-09-29auth logNeels Hofmeyr1-1/+3
2016-09-29iu auth wipNeels Hofmeyr1-18/+64
2016-09-29Iu auth wipNeels Hofmeyr1-8/+71
2016-09-29cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2016-09-29cut off libbsc paging, pending paging in libmscNeels Hofmeyr1-1/+6
2016-09-29libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-13/+16
2016-09-29Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr1-1/+1
2016-09-29gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-09-29gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-6/+4
2016-09-29libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr1-1/+66
2016-09-29don't use lchan in libmscNeels Hofmeyr1-11/+9
2016-09-29gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-35/+1
2016-09-29split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-0/+27
2016-09-29Move timezone settings up to network levelNeels Hofmeyr1-9/+8
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr1-40/+33
2016-09-18Sanity fixes for gsm0408_dispatch(): rc, assertionsNeels Hofmeyr1-0/+5
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-2/+2
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-10/+10
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens1-10/+10
2016-07-09Make random MSISDN assignment optionalMax1-6/+4
2016-06-14Make random extension range configurableMax1-1/+2
2016-06-05Add regexp authorization policy for IMSIMax1-3/+28
2016-05-23gsm04_08_clear_request(): release loc with arg release=0Neels Hofmeyr1-1/+1
2016-05-22subscr_name(): Handle case for subscr == NULLHarald Welte1-5/+2
2016-05-20Make extending subscriber creation easierMax1-7/+13
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-5/+5
2016-04-29Disconnect calls with incompatible channel types / modesMax1-1/+45
2016-04-22Add extra debug output with channel mode and typeMax1-5/+18
2016-03-17fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr1-1/+1
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-1/+1
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr1-6/+5
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther1-29/+29
2015-12-12mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte1-3/+3
2015-09-14mncc: Use the default codec from the built-in mncc modezecke/features/rtp-bridgeHolger Hans Peter Freyther1-4/+5
2015-09-14mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther1-6/+28