aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2016-09-29IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-2/+3
2016-09-29bridge calls via mgcpgwNeels Hofmeyr2-2/+30
2016-09-29also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2016-09-29IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2016-09-29cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+4
2016-09-29IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2016-09-29IuCS: send RANAP CommonIDNeels Hofmeyr2-0/+20
2016-09-29cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr1-1/+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 Hofmeyr2-15/+33
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-29add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
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 Hofmeyr2-35/+114
2016-09-29paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2016-09-29paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-23/+5
2016-09-29move subscr auth check to gsm_subscriber.cNeels Hofmeyr2-34/+53
2016-09-29auth logNeels Hofmeyr1-1/+3
2016-09-29iu auth wipNeels Hofmeyr1-18/+64
2016-09-29Iu auth wipNeels Hofmeyr2-10/+73
2016-09-29cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2016-09-29subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2016-09-29move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0
2016-09-29msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2016-09-29cut off libbsc paging, pending paging in libmscNeels Hofmeyr3-1/+21
2016-09-29libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-13/+61
2016-09-29Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr3-8/+8
2016-09-29msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2016-09-29add cscn vty, remove nitb vtyNeels Hofmeyr3-104/+175
2016-09-29add iucs.[hc]Neels Hofmeyr2-0/+174
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 Hofmeyr2-10/+9
2016-09-29subscr_update_expire_lu(): remove bts argNeels Hofmeyr2-4/+4
2016-09-29move t3212 to network level (periodic lu)Neels Hofmeyr1-3/+3
2016-09-29libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2016-09-29Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2016-09-29don't use lchan in libmscNeels Hofmeyr3-14/+12
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 Hofmeyr2-1/+28
2016-09-29Move timezone settings up to network levelNeels Hofmeyr1-9/+8
2016-09-29reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-0/+14
2016-09-29sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr3-39/+1
2016-09-29move to libxsc: factor out gen of USSD notify and release complete -- TODO su...Neels Hofmeyr2-26/+6
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr4-54/+47
2016-09-18debug log for sms: fix/addNeels Hofmeyr3-2/+14