aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16log protocol discriminators and message types by namesysmocom/iu_before_collapseNeels Hofmeyr1-6/+8
2017-03-16log: ciphering/security are implicit CM Service AcceptNeels Hofmeyr1-0/+21
2017-03-16debug log: upon bumping a conn, say why it is keptNeels Hofmeyr1-1/+2
2017-03-16allow CM Service Request on already open connectionNeels Hofmeyr1-4/+59
2017-03-16more specifically conclude cm service requestsNeels Hofmeyr1-12/+4
2017-03-16remove cruft: old anchor and auth codeNeels Hofmeyr1-62/+0
2017-03-16mostly cosmetic: have one msc_conn_close() with cause argumentNeels Hofmeyr1-10/+9
2017-03-16Reinstate msc subscriber conn ref countingNeels Hofmeyr1-3/+2
2017-03-16implement utran security mode with vlrNeels Hofmeyr1-8/+29
2017-03-16vlr: allow setting assign_tmsi per-subscriberNeels Hofmeyr1-1/+2
2017-03-16ensure authentication is required on UTRANNeels Hofmeyr1-5/+8
2017-03-16vlr on utran: transmit CommonIDNeels Hofmeyr1-0/+7
2017-03-16msc: decouple from bsc_api and btsNeels Hofmeyr1-2/+2
2017-03-16Make the code work so that the msc_vlr tests passNeels Hofmeyr1-55/+37
2017-03-16IuCS: don't remove Iu conn until release FIXMENeels Hofmeyr1-0/+6
2017-03-16bridge calls via mgcpgwNeels Hofmeyr1-2/+1
2017-03-16also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-03-16IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-3/+8
2017-03-16cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-03-16LU counters: count completion and failure, not messages sentNeels Hofmeyr1-5/+1
2017-03-16remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-03-16gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-03-16gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-03-16gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-03-16include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-03-16complete IuCS paging implementationNeels Hofmeyr1-5/+3
2017-03-16Iu auth wipNeels Hofmeyr1-0/+25
2017-03-16libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-6/+7
2017-03-16Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr1-1/+1
2017-03-16gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-03-16gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-2/+1
2017-03-16libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr1-0/+66
2017-03-16don't use lchan in libmscNeels Hofmeyr1-10/+10
2017-03-16gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-03-16gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr1-1/+1
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr1-654/+513
2017-03-16Introduce subscriber_connection ref-countingHarald Welte1-6/+10
2017-03-16logging: 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