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
2018-07-28
cosmetic: reduce bsc_api.h
Neels Hofmeyr
5
-25
/
+31
2018-07-28
cosmetic: dissolve bsc_api.c
Neels Hofmeyr
6
-82
/
+29
2018-07-28
vty: 'handover any': pick more random chans, use lchan_select_by_type()
Neels Hofmeyr
1
-50
/
+46
2018-07-28
cosmetic: constify gsm_bts_num() net arg
Neels Hofmeyr
2
-2
/
+2
2018-07-28
create separate logging categories for lchan,ts,as FSMs
Neels Hofmeyr
7
-4
/
+43
2018-07-28
allocate larger lchans if no SDCCH are available
Neels Hofmeyr
1
-0
/
+16
2018-07-28
lchan_fsm: add in_release_handler flag
Neels Hofmeyr
2
-7
/
+21
2018-07-28
lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlier
Neels Hofmeyr
12
-474
/
+1031
2018-07-28
fix BSC_CTR_ASSIGNMENT doc strings
Neels Hofmeyr
1
-7
/
+7
2018-07-28
cosmetic: FSMs: allow ignorable events
Neels Hofmeyr
3
-6
/
+60
2018-07-28
timeslot FSM: permit entering broken state from anywhere
Neels Hofmeyr
1
-0
/
+5
2018-07-28
timeslot FSM: fix infinite recursion on failure to send PDCH ACT
Neels Hofmeyr
1
-4
/
+7
2018-07-28
fix: dispatch TS_EV_RSL_DOWN when losing RSL
Neels Hofmeyr
1
-14
/
+14
2018-07-28
fix nanobts: timeslot FSM: use flags to remember OML,RSL status
Neels Hofmeyr
5
-17
/
+12
2018-07-28
large refactoring: use FSMs for lchans; add inter-BSC HO
Neels Hofmeyr
75
-4738
/
+8415
2018-07-28
add gsm_timers, for Tnnn definitions usable by FSMs
Neels Hofmeyr
23
-180
/
+513
2018-07-28
cosmetic: move RR functions from bsc_api.c to gsm_04_08_rr.c
Neels Hofmeyr
4
-307
/
+309
2018-07-28
rename gsm_04_08_utils.[hc] to gsm_04_08_rr
Neels Hofmeyr
20
-20
/
+20
2018-07-28
fix / clarify rsl dtap cache
Neels Hofmeyr
9
-161
/
+186
2018-07-28
doc: update/fix FSM charts
Neels Hofmeyr
23
-848
/
+816
2018-07-28
inter-BSC HO: neighbor_ident API: drop 9bit BSIC
Neels Hofmeyr
7
-257
/
+113
2018-07-28
inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cells
Neels Hofmeyr
21
-5
/
+1983
2018-07-27
Bump version: 1.2.1.92-93916-dirty → 1.3.0
1.3.0
Pau Espin Pedrol
3
-15
/
+123
2018-07-26
rsl: use 3GPP assigned payload type constants from libosmo-netif
Philipp Maier
1
-5
/
+1
2018-07-24
git-version-gen: Don't check for .git directory
Daniel Willmann
1
-2
/
+2
2018-07-24
BTS codec pref legacy compat: allow all codecs per default
Neels Hofmeyr
1
-0
/
+8
2018-07-23
various logging: fix missing/extra newlines
Neels Hofmeyr
5
-9
/
+9
2018-07-23
hodec2 log: less verbose, more concise logging
Neels Hofmeyr
4
-222
/
+81
2018-07-22
chan_alloc: reset rtp voice related bits in lchan_free()
Philipp Maier
1
-0
/
+3
2018-07-22
ctrl: Avoid sending back received ERROR msgs
Pau Espin Pedrol
1
-2
/
+3
2018-07-22
codec_pref: check bts codec support
Philipp Maier
5
-21
/
+490
2018-07-22
codec_pref: move match_codec_pref() to separate c-file and add unit-test
Philipp Maier
11
-160
/
+1431
2018-07-21
ho cfg: fix unit strings
Neels Hofmeyr
2
-21
/
+21
2018-07-21
fix handover start: dealloc ho if event not permitted
Neels Hofmeyr
1
-1
/
+9
2018-07-20
fix handling of invalid pchan names in vty
Stefan Sperling
1
-2
/
+4
2018-07-11
call osmo_xua_msg_tall_ctx_init()
Neels Hofmeyr
1
-0
/
+3
2018-07-11
cosmetic: name osmo-bsc's root ctx 'osmo-bsc', not 'openbsc'
Neels Hofmeyr
1
-1
/
+1
2018-06-28
filter: Allocate each ctr group with a different idx
Pau Espin Pedrol
1
-2
/
+18
2018-06-28
filter: Replace '.' in counter names with ':'
Pau Espin Pedrol
1
-3
/
+3
2018-06-28
filter: vty: Print policy list in cmd show access-list
Pau Espin Pedrol
1
-16
/
+17
2018-06-28
Rename bsc_msg_acc_lst_vty_init to have more uniform prefix
Pau Espin Pedrol
3
-3
/
+3
2018-06-28
Init access_lists before passing it as a parameter
Pau Espin Pedrol
1
-3
/
+1
2018-06-28
bsc_vty: Write access list entries when storing bsc config
Pau Espin Pedrol
3
-2
/
+12
2018-06-28
bsc-filter: Remove unused func barr_adapt and set barr_find static
Pau Espin Pedrol
2
-68
/
+1
2018-06-26
lcls: set codec info when performing MGW operation
Philipp Maier
3
-6
/
+10
2018-06-25
gscon: pick suitable payload type / encoding name for MGCP
Philipp Maier
1
-0
/
+34
2018-06-25
debian: Move meas related binaries into new package osmo-bsc-meas-utils
Pau Espin Pedrol
2
-0
/
+7
2018-06-18
cosmetic / linking: move str_to_imsi() out of abis_rsl.c
Neels Hofmeyr
6
-11
/
+14
2018-06-15
fix dyn TS init: properly identify BTS on OML OPSTART ACK
Neels Hofmeyr
4
-27
/
+37
2018-06-15
osmo-bsc: Add -V param to print version
Pau Espin Pedrol
1
-1
/
+8
[prev]
[next]