aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-21bssmap_handle_cipher_mode(): Don't sent reject if !connHarald Welte1-1/+1
2018-10-21ipaccess-config: Fix open() return value checkingHarald Welte1-2/+2
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 Hofmeyr2-21/+112
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-12debian: Require libcdk and install meas_vis osmo-bsc-meas-utilsDaniel Willmann2-0/+2
2018-10-10codec_pref: also check physical channelsPhilipp Maier2-4/+42
2018-10-10codec_pref: cosmetic: seperate half/full rate determinationPhilipp Maier1-21/+36
2018-10-08codec_pref: check codec configuration before startPhilipp Maier3-0/+33
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 Maier10-101/+190
2018-10-04osmo_bsc_main.c: initialize rate countersOliver Smith1-0/+1
2018-10-03abis_nm_get_ts: Return TS of correct TRX, not always TRX0Pau Espin Pedrol1-6/+6
2018-10-03osmo-bsc: Add default case for switch(enum)Pau Espin Pedrol3-0/+6
2018-09-30cosmetics: Fix typo in bsc_vty.cMartin Hauke1-1/+1
2018-09-28fix unaligned access in abis_nm_rx_ipacc()Stefan Sperling1-3/+2
2018-09-27vty: write local neighbors by bts nr, not lac-ciNeels Hofmeyr2-17/+15
2018-09-27neighbor vty: allow setting local neighbors by CGINeels Hofmeyr2-2/+18
2018-09-27neighbor vty: rather 'no neighbor', not 'neighbor del'Neels Hofmeyr2-21/+23
2018-09-27neighbor vty: drop keyword 'add'Neels Hofmeyr2-113/+111
2018-09-27test neighbor ident vty docsNeels Hofmeyr1-0/+89
2018-09-27make: allow vty-tests without configureNeels Hofmeyr1-4/+4
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-26cosmetic: drop param from send_assignment_complete()Neels Hofmeyr1-4/+4
2018-09-26fix LCLS during Assignment: actually use new TCH lchanNeels Hofmeyr1-6/+10
2018-09-26lcls: log channel type and lchan names on LCLS codec mismatchPhilipp Maier1-2/+13
2018-09-26check for overlong unix socket pathsStefan Sperling1-1/+5
2018-09-24codec_pref: Add Codec List to COMPLETE LAYER 3 INFORMATIONPhilipp Maier5-1/+1240
2018-09-24gsm_data.c: Set reasonable AMR codec defaults in gsm_bts_alloc()Philipp Maier1-0/+28
2018-09-24assignment_fsm: only include speech codec (choosen) on AoIP networksPhilipp Maier1-4/+8
2018-09-18Implement RR Classmark EnquiryNeels Hofmeyr3-0/+19
2018-09-17gsm_data: remove unused struct member chan_modePhilipp Maier2-6/+1
2018-09-17gsm_data: remove unused struct member full_rate.Philipp Maier1-3/+0
2018-09-17LCLS: fix codec mismatch detectionPhilipp Maier1-4/+4