aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-03-16IuCS: rapidly release connectionsNeels Hofmeyr2-0/+7
2017-03-16IuCS: don't remove Iu conn until release FIXMENeels Hofmeyr1-0/+6
2017-03-16IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-2/+3
2017-03-16bridge calls via mgcpgwNeels Hofmeyr2-2/+30
2017-03-16also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-03-16IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2017-03-16msc: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+4
2017-03-16IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2017-03-16IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+19
2017-03-16cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-03-16LU counters: count completion and failure, not messages sentNeels Hofmeyr2-8/+4
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-16add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
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 Hofmeyr2-32/+82
2017-03-16paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-03-16paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-26/+5
2017-03-16Iu auth wipNeels Hofmeyr1-0/+25
2017-03-16subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+6
2017-03-16move subscr_request to gsm_subscriber.hNeels Hofmeyr1-15/+0
2017-03-16cut off libbsc paging, pending paging in libmscNeels Hofmeyr2-0/+16
2017-03-16libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-6/+51
2017-03-16Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr3-8/+8
2017-03-16msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-10/+12
2017-03-16add msc vty, remove nitb vtyNeels Hofmeyr3-10/+175
2017-03-16add iucs.[hc]Neels Hofmeyr2-0/+198
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 Hofmeyr5-0/+91
2017-03-16Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2017-03-16don't use lchan in libmscNeels Hofmeyr2-12/+12
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-16vlr: get SMS working, by SMS recipient MSISDN round-robinNeels Hofmeyr3-56/+84
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr18-2594/+1311
2017-03-16Add libvlr implementationHarald Welte1-0/+269
2017-03-16Introduce subscriber_connection ref-countingHarald Welte6-19/+57
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 Hofmeyr3-11/+62
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-1/+1
2017-02-28libmsc/update_db_revision_3(): free memleaking db resultAlexander Couzens1-0/+2
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier2-0/+6
2017-02-24vty: fix subscr ref count leak in 'subscriber name' cmdNeels Hofmeyr1-0/+1
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2-9/+9
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr2-9/+9
2017-02-19subscr_update_expire_lu(): fix (obscure) segfaultNeels Hofmeyr1-0/+10
2017-02-18remove compiler warning: unused rc in vty_interface_layer3Neels Hofmeyr1-1/+0