aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-01-23IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr2-1/+5
2017-01-23IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr1-3/+5
2017-01-23IuCS: rapidly release connectionsNeels Hofmeyr1-4/+8
2017-01-23IuCS: don't remove Iu conn until releaseNeels Hofmeyr1-0/+4
2017-01-23IuCS: detect whether a conn is already secureNeels Hofmeyr1-0/+4
2017-01-23IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-2/+3
2017-01-23bridge calls via mgcpgwNeels Hofmeyr2-2/+30
2017-01-23also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-01-23IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2017-01-23cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+4
2017-01-23IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2017-01-23IuCS: send RANAP CommonIDNeels Hofmeyr2-0/+20
2017-01-23cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr1-1/+1
2017-01-23cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-01-23LU counters: count completion and failure, not messages sentNeels Hofmeyr2-15/+33
2017-01-23remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-01-23gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-01-23add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2017-01-23gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-01-23comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2017-01-23gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-01-23include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-01-23complete IuCS paging implementationNeels Hofmeyr2-35/+114
2017-01-23paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-01-23paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-23/+5
2017-01-23move subscr auth check to gsm_subscriber.cNeels Hofmeyr2-34/+53
2017-01-23auth logNeels Hofmeyr1-1/+3
2017-01-23iu auth wipNeels Hofmeyr1-18/+64
2017-01-23Iu auth wipNeels Hofmeyr2-8/+73
2017-01-23cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2017-01-23subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2017-01-23move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0
2017-01-23msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2017-01-23cut off libbsc paging, pending paging in libmscNeels Hofmeyr3-1/+21
2017-01-23libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-13/+60
2017-01-23Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr3-8/+8
2017-01-23msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2017-01-23add cscn vty, remove nitb vtyNeels Hofmeyr3-104/+175
2017-01-23add iucs.[hc]Neels Hofmeyr2-0/+173
2017-01-23gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-01-23gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr2-10/+9
2017-01-23subscr_update_expire_lu(): remove bts argNeels Hofmeyr2-4/+4
2017-01-23move t3212 to network level (periodic lu)Neels Hofmeyr1-3/+3
2017-01-23libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2017-01-23Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2017-01-23don't use lchan in libmscNeels Hofmeyr3-14/+12
2017-01-23gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr7-59/+45
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+1
2017-01-23Print subcriber when skipping authMax1-1/+2