aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-23IuCS: detect whether a conn is already secureNeels Hofmeyr1-0/+4
2017-02-23bridge calls via mgcpgwNeels Hofmeyr1-2/+1
2017-02-23also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-02-23IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-3/+8
2017-02-23IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+1
2017-02-23cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-02-23LU counters: count completion and failure, not messages sentNeels Hofmeyr1-12/+30
2017-02-23remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-02-23gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-02-23gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-02-23comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2017-02-23gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-02-23include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-02-23complete IuCS paging implementationNeels Hofmeyr1-11/+28
2017-02-23move subscr auth check to gsm_subscriber.cNeels Hofmeyr1-34/+3
2017-02-23auth logNeels Hofmeyr1-1/+3
2017-02-23iu auth wipNeels Hofmeyr1-18/+64
2017-02-23Iu auth wipNeels Hofmeyr1-8/+71
2017-02-23cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2017-02-23cut off libbsc paging, pending paging in libmscNeels Hofmeyr1-1/+6
2017-02-23libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-13/+16
2017-02-23Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr1-1/+1
2017-02-23gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-02-23gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-6/+4
2017-02-23libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr1-1/+66
2017-02-23don't use lchan in libmscNeels Hofmeyr1-11/+9
2017-02-23gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-8/+8
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr1-8/+8
2017-02-09Expand chan allocation loggingMax1-1/+1
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr1-3/+20
2017-02-03gsm0408_rcv_cc: guard against NULL subscriberNeels Hofmeyr1-0/+5
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr1-1/+1
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-10/+9
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-0/+27
2016-12-02Move 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