index
:
osmo-bsc
35c3
36c3
cccamp2019
cid188836
daniel/emerg
daniel/wip
fairwaves/production
fairwaves/stats-work
irefs/for/master/emerg
laforge/cbsp
laforge/dlcx
laforge/e1
laforge/mgcp-ipa
laforge/sccplite
lynxis/pre_release
master
neels/12625
neels/amr_startmode
neels/assignment
neels/bssmap_length
neels/call_during_call
neels/codec-pref
neels/deb9-asan
neels/dyn_ts
neels/fairwaves_ho_orig
neels/fsm4
neels/hack
neels/ho
neels/ho2
neels/ho2-interbsc
neels/ho_test
neels/ho_tmp
neels/ho_with_on_change_cb
neels/hodec
neels/hodec2
neels/hodec_wip
neels/inter_bsc_ho
neels/inter_bsc_ho2
neels/inter_bsc_ho_errs
neels/inter_bsc_ho_saved
neels/inter_bsc_ho_saved2
neels/inter_bsc_ho_wip
neels/jolly/new_handover
neels/lcls
neels/lcs
neels/lcs2
neels/legacy_neighbors
neels/libbsc
neels/meas_feed
neels/meas_rep
neels/misc
neels/misc3
neels/mode_modif
neels/ms_rel_ind
neels/neighbor
neels/pdch_deact_nack
neels/rr_release
neels/sccplite
neels/tch_f_congestion
neels/timers
neels/vtyref
neels/wip
osmith/abis-loadtest-timers
osmith/alert-buffer
osmith/fix-python3
osmith/rpm
pespin/nacc
pmaier/acch
pre_release
stsp/acc_ramp
tnt/rbs
OsmoBSC: Osmocom's Base Station Controller for 2G circuit-switched mobile networks
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-12
remove sleep from bsc sigterm
neels/lcs2
Neels Hofmeyr
1
-1
/
+1
2020-09-12
gscon_bssmap_clear(): guard against NULL msc
Neels Hofmeyr
1
-0
/
+6
2020-09-12
log MSC nr for opening new A conn
Neels Hofmeyr
1
-2
/
+2
2020-09-12
implement lcs conn re-use
Neels Hofmeyr
3
-47
/
+77
2020-09-12
compl l3: move all message parsing out of bsc_find_msc()
Neels Hofmeyr
1
-23
/
+10
2020-09-12
compl l3: move Paging Response handling out of bsc_find_msc()
Neels Hofmeyr
3
-104
/
+61
2020-09-12
compl l3: populate conn's bsc subscr from MI
Neels Hofmeyr
2
-5
/
+7
2020-09-12
compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.c
Neels Hofmeyr
6
-21
/
+23
2020-09-12
compl l3: cosmetics around Create Layer 3
Neels Hofmeyr
1
-24
/
+26
2020-09-12
compl l3: parse Mobile Identity once
Neels Hofmeyr
1
-28
/
+27
2020-09-11
compl l3: separate paging handling from bsc_scan_bts_msg()
Neels Hofmeyr
1
-77
/
+53
2020-09-11
abis_rsl: fix memleak in rach dos reduction function
Philipp Maier
1
-1
/
+4
2020-09-11
abis_rsl: inform user when expired channel requests get tossed
Philipp Maier
1
-2
/
+6
2020-09-11
abis_rsl.c: flush channel request queue on RSL bootstrap
Philipp Maier
3
-0
/
+16
2020-09-10
gsm 04.08: encode the LTE neighbors measurement bandwindth in Channel Release
Alexander Couzens
1
-2
/
+8
2020-09-10
gsm_data: always set spare bits in channel description
Alexander Couzens
1
-0
/
+1
2020-09-09
abis_om2000: check result of gsm_bts_trx_set_system_infos()
Vadim Yanitskiy
1
-4
/
+19
2020-09-09
lchan_rtp_fsm: Deferr IPACC MDCX after BTS side MGCP MDCX
Pau Espin Pedrol
3
-35
/
+36
2020-09-08
fix bootstrap_rsl(): check result of gsm_bts_trx_set_system_infos()
Vadim Yanitskiy
1
-1
/
+4
2020-09-08
vty: propagate result of gsm_bts_set_system_infos()
Vadim Yanitskiy
1
-2
/
+10
2020-09-08
SI Type 4: prevent potential buffer overflow
Vadim Yanitskiy
1
-0
/
+3
2020-09-07
Fix creating MGCP proxy socket if MGW listens on an IPv6 address
Pau Espin Pedrol
1
-2
/
+2
2020-09-07
abis_rsl: prioritize emergency calls over regular calls
Philipp Maier
8
-50
/
+284
2020-09-06
generate_ma_for_ts(): fix: properly encode ARFCN 0 (corner case)
Vadim Yanitskiy
1
-2
/
+1
2020-09-06
generate_ma_for_ts(): use OSMO_BYTES_FOR_BITS() macro
Vadim Yanitskiy
1
-3
/
+1
2020-09-03
lchan_fsm: make rsl mode-modify working again
Philipp Maier
10
-47
/
+252
2020-09-03
CBSP VTY: re-add legacy cbc config for backwards compat
Neels Hofmeyr
2
-0
/
+157
2020-09-03
CBSP: adjust manual to reflect new 'cbc' VTY config
Neels Hofmeyr
1
-20
/
+42
2020-09-03
SI Type 4: fix missing CBCH Mobile Allocation IE
Vadim Yanitskiy
1
-7
/
+16
2020-09-03
gsm_04_08_rr: fix hopping parameters in RR Handover Command
Vadim Yanitskiy
1
-9
/
+10
2020-09-03
vty: add a command to clear hopping ARFCN list
Vadim Yanitskiy
1
-0
/
+14
2020-09-03
drop some unused members and function decls
Neels Hofmeyr
2
-9
/
+0
2020-09-02
Fail on invalid IP addresses passed to IPACC MDCX
Pau Espin Pedrol
1
-2
/
+8
2020-09-01
vty: Hide show running-config ACC ramping params if not enabled
Pau Espin Pedrol
1
-6
/
+8
2020-08-31
CBSP: fix link startup when enabled in config file
Neels Hofmeyr
1
-1
/
+6
2020-08-31
handover: fix detection for ambiguous HO neighbor ident
Neels Hofmeyr
1
-19
/
+21
2020-08-31
handover_fsm: signal Clear from gscon, for proper HO result counts
Neels Hofmeyr
2
-0
/
+7
2020-08-31
bssap: do not send a Clear Request after a Clear Command
Neels Hofmeyr
2
-0
/
+9
2020-08-31
add {BTS,BSC}_CTR_INTER_BSC_HO_OUT_FAILED for RR HO Failure
Neels Hofmeyr
3
-0
/
+8
2020-08-31
fix HO inter-BSC-IN target bts for counters
Neels Hofmeyr
1
-0
/
+5
2020-08-31
fix 'handover:*' counters: remove bogus increments
Neels Hofmeyr
1
-10
/
+8
2020-08-30
fix 'handover:*' counters: add missing / move increments
Neels Hofmeyr
2
-7
/
+4
2020-08-30
ho counters: count invalid target cell as 'error', not 'no_channel'
Neels Hofmeyr
1
-1
/
+1
2020-08-30
cosmetic: dissolve error-goto with single source in handover_start()
Neels Hofmeyr
1
-5
/
+4
2020-08-30
cosmetic: use local var in handover_start_intra_bsc()
Neels Hofmeyr
1
-1
/
+1
2020-08-29
abis_rsl: fix IAR Rest Octets in rsl_send_imm_ass_rej()
Vadim Yanitskiy
1
-1
/
+9
2020-08-29
CBSP: add local bind to client mode
Neels Hofmeyr
4
-2
/
+113
2020-08-29
CBSP: rewrite the CBSP link setup and 'cbc' VTY section
Neels Hofmeyr
5
-94
/
+342
2020-08-28
Allow storing IPv6 address strings in BSSAP structs
Pau Espin Pedrol
1
-3
/
+3
2020-08-27
tests: acc_test: Test more rotating scenarios
Pau Espin Pedrol
2
-8
/
+1097
[next]