aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-11-09abis_nm: Rename m_id_len to ease review of forthcoming patchesPau Espin Pedrol1-6/+6
2018-11-09gsm_data: make cgi_for_msc available for other modulesPhilipp Maier2-16/+16
2018-11-09re-order condition checks for clarityStefan Sperling1-10/+9
2018-11-08LCLS: expand logging to print the name of the mode in useMax3-8/+11
2018-11-07constify rsl_tx_ipacc_*cx() parametersMax1-2/+2
2018-11-07Make IP address helper accessible via header fileMax1-1/+1
2018-11-06LCLS: move MGCP MDCX into separate functionMax1-9/+11
2018-11-06vty doc: drop "(HO algo 2 only)" stringsNeels Hofmeyr1-1/+1
2018-11-06vty: don't show GPRS details if not configuredMax1-8/+13
2018-10-31ipaccess_sign_link_reject: fix: use osmo_strlcpy() to safely copy IPOliver Smith1-1/+2
2018-10-30vty: add 'show rejected-bts'Oliver Smith3-4/+81
2018-10-29handover_fsm: fix failure logging of uninitialized chan modeNeels Hofmeyr1-3/+2
2018-10-29handover_fsm: fix missing newline for log statementNeels Hofmeyr1-1/+1
2018-10-29abis_rsl.c: fix uninitialized RSL cause issuesNeels Hofmeyr1-15/+18
2018-10-25cipher mode reject: send proper cause codesOliver Smith1-0/+3
2018-10-25cosmetic: fix spec ref for gsm0808_cipher_mode()Oliver Smith1-1/+1
2018-10-24lchan_fsm: generate proper multirate configuration IE on RSLPhilipp Maier1-58/+66
2018-10-24bsc_vty: check amr mode parametersPhilipp Maier1-21/+104
2018-10-24gsm_04_08: improve gsm48_multirate_config()Philipp Maier2-25/+92
2018-10-23codec_pref: also check amr codec rates in check_codec_pref()Philipp Maier1-0/+49
2018-10-23gsm_data: set meaningful default values for amr modesPhilipp Maier1-0/+30
2018-10-21handover_decision_2.c: implement HO to remote BSSNeels Hofmeyr1-28/+185
2018-10-21handover_decision_2.c: refactor trigger_*()Neels Hofmeyr1-17/+18
2018-10-21acc_ramp: An unsigned int is always >= 0Harald Welte1-3/+3
2018-10-21subscr_conn_fsm: Fix null-pointer deref / N-CONNECT.ind from unknown MSCHarald Welte1-2/+3
2018-10-21bssmap_handle_cipher_mode(): Don't sent reject if !connHarald Welte1-1/+1
2018-10-21gsm_08_08: do not include zero length speech codec list.Philipp Maier1-1/+11
2018-10-21handover_start_inter_bsc_in(): Uninitialized variableHarald Welte1-1/+1
2018-10-21range_enc_determine_range(): Don't dereference array on size=0Harald Welte1-0/+4
2018-10-17gsm_08_08: allow zero length speech codec lists in compl l3 info.Philipp Maier1-6/+1
2018-10-16vty 'show bts'/'show trx': display IPs and portsOliver Smith1-2/+18
2018-10-16remote-BSS neighbors: allow only one cell IDNeels Hofmeyr1-0/+10
2018-10-12handover_fsm: adjust inter-BSC HO failure handling to specNeels Hofmeyr1-2/+33
2018-10-12lchan_fsm: notify conn of released lchan upon RF ReleaseNeels Hofmeyr1-0/+7
2018-10-12handover_decision_2.c: drop redundant debug_candidate() argsNeels Hofmeyr1-12/+14
2018-10-12handover_decision_2.c: find_alternative_lchan: drop gotoNeels Hofmeyr1-11/+9
2018-10-12handover_decision_2.c: tweak ho candidate loggingNeels Hofmeyr1-49/+65
2018-10-12handover_decision_2.c: tweak commentsNeels Hofmeyr1-2/+3
2018-10-12lchan_fsm: fix failure handling: notify conn when releasedNeels Hofmeyr1-0/+3
2018-10-12subscr conn: properly forget lchan before releaseNeels Hofmeyr1-8/+22
2018-10-12gscon_forget_lchan(): Clear Request iff no lchans remainNeels Hofmeyr1-1/+3
2018-10-12gscon_forget_lchan(): no Clear Request after Clear CommandNeels Hofmeyr1-1/+3
2018-10-12fix counters for inter-BSC outgoingNeels Hofmeyr1-4/+4
2018-10-10codec_pref: also check physical channelsPhilipp Maier1-4/+34
2018-10-10codec_pref: cosmetic: seperate half/full rate determinationPhilipp Maier1-21/+36
2018-10-08codec_pref: check codec configuration before startPhilipp Maier2-0/+31
2018-10-06nanoBTS: Allow BCCH with CBCH on TS0Harald Welte1-0/+1
2018-10-05osmo_bsc_msc: Set reasonable codec list defaultsPhilipp Maier1-0/+22
2018-10-05gsm_08_08: abort complete L3 3 msg gen when no codecs are setPhilipp Maier1-1/+6
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier5-48/+133