aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-12IuCS: detect whether a conn is already secureNeels Hofmeyr1-0/+4
2016-11-12bridge calls via mgcpgwNeels Hofmeyr1-2/+1
2016-11-12also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2016-11-12IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-3/+8
2016-11-12IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+1
2016-11-12cosmetic: remove legacy comment from gsm0408_loc_upd_rej()Neels Hofmeyr1-1/+1
2016-11-12cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2016-11-12LU counters: count completion and failure, not messages sentNeels Hofmeyr1-12/+30
2016-11-12remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2016-11-12gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2016-11-12gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2016-11-12comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2016-11-12gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2016-11-12include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2016-11-12complete IuCS paging implementationNeels Hofmeyr1-11/+28
2016-11-12move subscr auth check to gsm_subscriber.cNeels Hofmeyr1-34/+3
2016-11-12auth logNeels Hofmeyr1-1/+3
2016-11-12iu auth wipNeels Hofmeyr1-18/+64
2016-11-12Iu auth wipNeels Hofmeyr1-8/+71
2016-11-12cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2016-11-12cut off libbsc paging, pending paging in libmscNeels Hofmeyr1-1/+6
2016-11-12libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-13/+16
2016-11-12Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr1-1/+1
2016-11-12gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-11-12gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-6/+4
2016-11-12libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr1-1/+66
2016-11-12don't use lchan in libmscNeels Hofmeyr1-11/+9
2016-11-12gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2016-11-12split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-0/+27
2016-11-12Move timezone settings up to network levelNeels Hofmeyr1-9/+8
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp1-2/+2
2016-10-14fix mistypes, spaces and tabsAlexander Couzens1-15/+15
2016-10-04msc: add counters to track call attempts/active/success/failedAlexander Couzens1-0/+34
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