aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09implement utran security mode with vlrNeels Hofmeyr1-8/+29
2017-03-09vlr: allow setting assign_tmsi per-subscriberNeels Hofmeyr1-1/+2
2017-03-09ensure authentication is required on UTRANNeels Hofmeyr1-5/+8
2017-03-09vlr on utran: transmit CommonIDNeels Hofmeyr1-0/+7
2017-03-09msc: decouple from bsc_api and btsNeels Hofmeyr1-2/+2
2017-03-09Make the code work so that the msc_vlr tests passNeels Hofmeyr1-55/+37
2017-03-09IuCS: don't remove Iu conn until release FIXMENeels Hofmeyr1-0/+6
2017-03-09bridge calls via mgcpgwNeels Hofmeyr1-2/+1
2017-03-09also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-03-09IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-3/+8
2017-03-09cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-03-09LU counters: count completion and failure, not messages sentNeels Hofmeyr1-5/+1
2017-03-09remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-03-09gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-03-09gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-03-09gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-03-09include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-03-09complete IuCS paging implementationNeels Hofmeyr1-5/+3
2017-03-09Iu auth wipNeels Hofmeyr1-0/+25
2017-03-09libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-6/+7
2017-03-09Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr1-1/+1
2017-03-09gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-03-09gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-2/+1
2017-03-09libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr1-0/+66
2017-03-09don't use lchan in libmscNeels Hofmeyr1-10/+10
2017-03-09gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-03-09gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr1-1/+1
2017-03-09Use libvlr in libmsc (large refactoring)Neels Hofmeyr1-654/+513
2017-03-09Introduce subscriber_connection ref-countingHarald Welte1-6/+10
2017-03-09logging: auth request: use hexdump without spaces for RAND, AUTNNeels Hofmeyr1-2/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-3/+26
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-1/+1
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier1-0/+2
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