index
:
osmocom-bb
fixeria/audio
fixeria/burst_ind
fixeria/cbch
fixeria/gprs
fixeria/l1ctl_nego
fixeria/l1ctl_sap
fixeria/mncc
fixeria/multi-imsi
fixeria/research
fixeria/trx
fixeria/trxcon
jolly/emi
jolly/handover
jolly/menu
jolly/testing
jolly/ui
jolly/useruser
laforge/baudrate
laforge/burst_ind
laforge/burst_ind_rebase
laforge/early-cm
laforge/jolly_handover_rebased
laforge/lib-update
laforge/mobile_event
laforge/neigh_sb
laforge/ournode-vty
laforge/remove-libosmocore
laforge/virt-voice
laforge/virtphy-gprs
luca/catcher
luca/gsmmap
luca/libosmosim
master
mawais/ho
nion/sap
osmith/virt-voice
pespin/dtr-rst
pespin/ms-pwr
pespin/mute
pespin/no-exit
pespin/power-ramp
prom/dietlibc
prom/simaccess
steve-m/burst_mcsi
steve-m/mtk_hack
sylvain/burst_ind
sylvain/ms-sdr
sylvain/testing
zecke/rxqual-full
zecke/work-with-nitb
OsmocomBB MS-side GSM Protocol stack (L1, L2, L3) including firmware
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-04
trxcon: Use current MS Power on dummy meas reports
pespin/ms-pwr
Pau Espin Pedrol
3
-4
/
+13
2019-12-01
trxcon/sched_trx.c: fix potential NULL-pointer dereference
Vadim Yanitskiy
1
-0
/
+2
2019-12-01
Check for osmo_fsm_register() error return value
Harald Welte
1
-1
/
+1
2019-11-24
trx_toolkit/clck_gen.py: drop unneeded debug print()
Vadim Yanitskiy
1
-1
/
+0
2019-11-24
trx_toolkit/clck_gen.py: turn CLCKGen's thread into a daemon
Vadim Yanitskiy
1
-0
/
+4
2019-11-24
trx_toolkit/clck_gen.py: refactor CLCKGen to use a single thread
Vadim Yanitskiy
2
-22
/
+41
2019-11-20
trx_toolkit/fake_trx.py: send NOPE.ind in case of path loss simulation
Vadim Yanitskiy
1
-7
/
+25
2019-11-20
trx_toolkit/data_msg.py: fix: NOPE.ind also contains C/I filed
Vadim Yanitskiy
1
-9
/
+6
2019-11-20
trx_toolkit/fake_trx.py: refactor L12TRX -> TRX2L1 burst transformation
Vadim Yanitskiy
2
-12
/
+5
2019-11-17
mobile/gsm48_mm.h: use fixed-size integer types in packed structures
Vadim Yanitskiy
1
-3
/
+2
2019-11-17
mobile/gsm48_mm.h: mark some structures as 'packed'
Vadim Yanitskiy
1
-3
/
+3
2019-11-17
mobile/gsm48_rr.c: fix NULL-pointer dereference in gsm48_rr_check_mode()
Vadim Yanitskiy
1
-1
/
+1
2019-11-17
trx_toolkit: fix: do not use 'is' / 'is not' with string and numerical literals
Vadim Yanitskiy
2
-9
/
+9
2019-11-05
trxcon: Fix missing header for GSM_MACBLOCK_LEN
Pau Espin Pedrol
1
-0
/
+1
2019-10-22
Fix typo: miliseconds -> milliseconds
Martin Hauke
1
-1
/
+1
2019-10-17
Fix common misspellings and typos
Martin Hauke
52
-140
/
+140
2019-10-05
host/trxcon: add optional GSMTAP frame logging support
Vadim Yanitskiy
7
-9
/
+150
2019-09-30
trxcon/scheduler: fix handling of PTCCH logical channel
Vadim Yanitskiy
2
-3
/
+12
2019-09-30
trxcon/scheduler: fix comment in description of PDTCH
Vadim Yanitskiy
1
-1
/
+1
2019-08-29
trx_toolkit/data_msg.py: enrich some ValueError messages
Vadim Yanitskiy
1
-2
/
+2
2019-08-29
trx_toolkit/data_msg.py: also print burst length in desc_hdr()
Vadim Yanitskiy
1
-0
/
+3
2019-08-29
trx_toolkit/data_msg.py: fix: make sure header version is known
Vadim Yanitskiy
1
-3
/
+5
2019-08-29
trx_toolkit/data_msg.py: fix message length check in parse_msg()
Vadim Yanitskiy
1
-3
/
+8
2019-08-27
trx_toolkit/trx_sniff.py: also print header for incorrect messages
Vadim Yanitskiy
1
-1
/
+4
2019-08-27
trx_toolkit/trx_sniff.py: also validate() sniffed messages
Vadim Yanitskiy
1
-0
/
+1
2019-08-27
trx_toolkit/trx_sniff.py: print exact message parsing error
Vadim Yanitskiy
1
-5
/
+5
2019-08-27
trx_toolkit/data_msg.py: raise exceptions from validate() methods
Vadim Yanitskiy
3
-61
/
+74
2019-08-11
fw: Add support for Huawei GTM900-B modules
Steve Markgraf
5
-1
/
+464
2019-08-11
fw/flash: Read extended ID, expose API
Steve Markgraf
2
-14
/
+36
2019-08-11
fw/keypad: Poll Iota powerbutton if required
Steve Markgraf
4
-8
/
+27
2019-08-11
fw/abb/twl3025: Add function to query PWON state
Steve Markgraf
2
-0
/
+30
2019-08-11
fw/build: Use arm-none-eabi as default toolchain
Steve Markgraf
1
-1
/
+1
2019-08-09
fb_tools/bdf_to_c.py: make it compatible with python3
Alexander Couzens
1
-33
/
+33
2019-08-05
trx_toolkit: Fixes in TRXD documentation
Pau Espin Pedrol
1
-5
/
+5
2019-08-05
Remove undefined param passed to logging_vty_add_cmds
Pau Espin Pedrol
1
-1
/
+1
2019-07-24
trx_toolkit/trx_sniff.py: support additional capture filter
Vadim Yanitskiy
1
-0
/
+8
2019-07-24
trx_toolkit/trx_sniff.py: support sniffing on multiple ports
Vadim Yanitskiy
1
-6
/
+7
2019-07-24
trx_toolkit/trx_sniff.py: add support for reading from PCAP file
Vadim Yanitskiy
1
-7
/
+23
2019-07-24
trx_toolkit/burst_gen.py: basic TRXD header version 1 support
Vadim Yanitskiy
1
-4
/
+27
2019-07-24
trx_toolkit: fix compatibility with Python 3: 'is' vs '=='
Vadim Yanitskiy
5
-5
/
+6
2019-07-24
trx_toolkit/rand_burst_gen.py: fix compatibility with Python 3
Vadim Yanitskiy
1
-0
/
+1
2019-07-24
trx_toolkit/trx_sniff.py: fix compatibility with Python 3
Vadim Yanitskiy
1
-1
/
+1
2019-07-21
gsm411_sms.c: Handle negative return of gsm340_gen_oa()
Harald Welte
1
-0
/
+3
2019-07-21
virt_phy: Fix hexdump of L1CTL SIM REQ in l1ctl_rx_sim_req()
Harald Welte
1
-1
/
+1
2019-07-21
mobile/gsm480_ss.c: gsm480_tx_release_compl(): fix cause IE encoding
Vadim Yanitskiy
1
-2
/
+7
2019-07-21
virtphy: Handle strtok() returning NULL on first call
Harald Welte
1
-0
/
+2
2019-07-21
osmocon: Check write() return code
Harald Welte
1
-0
/
+2
2019-07-21
osmocon: Add missing check for fstat() return value
Harald Welte
1
-0
/
+5
2019-07-21
mobile: Fix encoding of cause in gsm480_tx_release_compl()
Harald Welte
1
-4
/
+4
2019-07-21
osmocon: Fix file descriptor + mem leak in error path
Harald Welte
1
-0
/
+3
[next]