index
:
osmo-bsc
35c3
36c3
cccamp2019
cid188836
daniel/emerg
daniel/wip
fairwaves/production
fairwaves/stats-work
fixeria/rach
irefs/for/master/emerg
keith/rbs_mo
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_sacch
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/vamos
neels/vamos2
neels/vtyref
neels/wip
osmith/abis-loadtest-timers
osmith/alert-buffer
osmith/fix-python3
osmith/rpm
pespin/srvcc
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
path:
root
/
include
/
osmocom
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-16
code bomb: refactor just about everything for inter-bsc HO
neels/inter_bsc_ho_saved
Neels Hofmeyr
21
-242
/
+700
2018-06-16
prevent ARFCN+BSIC collisions in config
Neels Hofmeyr
1
-0
/
+2
2018-06-16
inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cells
Neels Hofmeyr
3
-0
/
+80
2018-06-16
HO: introduce more concise rate counters
Neels Hofmeyr
1
-6
/
+58
2018-06-16
extract_sub
Neels Hofmeyr
1
-0
/
+2
2018-06-16
str_to_imsi
Neels Hofmeyr
2
-1
/
+2
2018-06-15
fix dyn TS init: properly identify BTS on OML OPSTART ACK
Neels Hofmeyr
2
-1
/
+3
2018-06-09
Remove unused logging subsystems DCC and DMGCP
Harald Welte
1
-2
/
+0
2018-06-08
make T10 configurable like the rest of them
Neels Hofmeyr
1
-0
/
+2
2018-06-08
drop dead code: conn->T10, handled by gscon instead
Neels Hofmeyr
1
-2
/
+0
2018-06-08
HO: introduce T7, T8, T101 timers
Neels Hofmeyr
1
-1
/
+7
2018-06-08
cosmetic: penalty timers: constify, tweak doc
Neels Hofmeyr
1
-6
/
+11
2018-06-07
remove struct bsc_api
Neels Hofmeyr
2
-39
/
+11
2018-06-07
dissolve libbsc: move all to src/osmo-bsc, link .o files
Neels Hofmeyr
5
-11
/
+8
2018-06-03
LCLS: add VTY config to enable/disable LCLS on per-MSC basis
Harald Welte
1
-0
/
+7
2018-06-02
Add initial 3GPP LCLS support to OsmoBSC
Harald Welte
5
-0
/
+59
2018-05-27
move 'extern struct gsm_network *bsc_gsmnet" to header file
Harald Welte
1
-0
/
+2
2018-05-27
Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRL
Harald Welte
4
-86
/
+5
2018-05-27
remove remaining bits of osmo-bsc_nat
Harald Welte
5
-680
/
+0
2018-05-25
bsc: Add mgcp_port_to_cic() to determine CIC from RTP Port
Harald Welte
1
-0
/
+22
2018-05-25
vty: Permit selection of other ASP protocol than M3UA
Harald Welte
1
-0
/
+3
2018-05-23
gscon: remove dead code
Philipp Maier
1
-2
/
+0
2018-05-23
cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise or
Neels Hofmeyr
1
-2
/
+1
2018-05-23
abis_rsl.h: drop unused rsl_chan_activate() declaration
Neels Hofmeyr
1
-6
/
+0
2018-05-23
bsc_api.c: actually log with context
Neels Hofmeyr
1
-0
/
+8
2018-05-22
nat: Add jitter buffer on the uplink receiver
Pau Espin Pedrol
1
-0
/
+10
2018-05-22
add counter for connection attempts from BTS with unknown unit id
Stefan Sperling
1
-0
/
+3
2018-05-18
show all global counters of osmo-bsc in vty
Stefan Sperling
1
-3
/
+3
2018-05-17
a_reset: cleanup + remove dead code
Philipp Maier
2
-30
/
+8
2018-05-10
dyn TS: init only when both RSL and the Channel OM are established
Neels Hofmeyr
1
-0
/
+7
2018-05-05
dyn ts, bts_ipaccess_nanobts.c: init PDCH on Chan OPSTART ACK
Neels Hofmeyr
1
-0
/
+1
2018-05-04
resurrect meas_feed.c: vty, vty-test
Neels Hofmeyr
1
-3
/
+5
2018-04-23
gsm_data_shared.h: Remove unused enum gsm_paging_event
Pau Espin Pedrol
1
-7
/
+0
2018-04-11
ensure that acc_ramp_init() is only called once
Stefan Sperling
1
-2
/
+14
2018-04-11
bsc_nat: Drop redundant ccon ptr in bsc_cmd_list
Pau Espin Pedrol
1
-3
/
+0
2018-04-02
cosmetic: remove dead code
Philipp Maier
1
-7
/
+0
2018-03-22
vty: drop unused vty definitions (*_NODE, msc_*)
Neels Hofmeyr
1
-14
/
+0
2018-03-22
bssmap: State correct speech codec in ASSIGNMENT COMPLETE
Harald Welte
2
-9
/
+1
2018-03-22
cosmetic: fix typo
Philipp Maier
1
-1
/
+1
2018-03-22
cosmetic: remove unused enum members
Philipp Maier
1
-6
/
+0
2018-03-22
cosmetic: abis_nm: use osmo_cell_global_id, parse 3-digit MNC
Neels Hofmeyr
1
-8
/
+1
2018-03-17
RR: Send RR STATUS in case of unsupported/unknown message
Harald Welte
1
-0
/
+3
2018-03-16
introduce an osmo_fsm for gsm_subscriber_connection
Harald Welte
8
-87
/
+114
2018-03-12
gsm_data: use feature list from libosmocore
Philipp Maier
1
-31
/
+1
2018-03-11
pcu_if: implement support for 3-digit MNC
Neels Hofmeyr
1
-2
/
+4
2018-03-07
implement support for 3-digit MNC with leading zeros
Neels Hofmeyr
2
-5
/
+15
2018-03-05
cosmetic: bsc_network_init(): imply default 001-01 PLMN
Neels Hofmeyr
1
-3
/
+1
2018-03-05
gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of buf
Neels Hofmeyr
1
-1
/
+1
2018-02-28
pcuif_proto.h: add features of version 7 (txt indication)
Alexander Couzens
1
-1
/
+16
2018-02-28
pcuif_proto.h: fix whitespaces and indention
Alexander Couzens
1
-5
/
+5
[next]