aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-23libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr2-0/+33
2017-01-23IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2017-01-23IuCS: send RANAP CommonIDNeels Hofmeyr3-0/+39
2017-01-23cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr2-2/+2
2017-01-23SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
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-23temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2017-01-23comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2017-01-23move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr2-13/+13
2017-01-23move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr2-19/+21
2017-01-23gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-01-23move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
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: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
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-23osmo-nitb becomes osmo-cscnNeels Hofmeyr5-98/+337
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 Hofmeyr4-8/+10
2017-01-23move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO m...Neels Hofmeyr2-24/+24
2017-01-23msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2017-01-23add cscn vty, remove nitb vtyNeels Hofmeyr4-104/+176
2017-01-23add iucs.[hc]Neels Hofmeyr2-0/+173
2017-01-23add DIUCS debug log constantNeels Hofmeyr1-0/+5
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 Hofmeyr4-11/+12
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-23Prevent segfault in range encodingMax3-37/+54
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr19-100/+86