index
:
osmocom-bb
fixeria/burst_ind
fixeria/csd
fixeria/csd_demo
fixeria/gprs
fixeria/grgsm_hack
fixeria/l1ctl_nego
fixeria/l1ctl_sap
fixeria/l1gprs
fixeria/l1gprs_hack
fixeria/mncc
fixeria/multi-imsi
fixeria/research
fixeria/trx
jolly/asci
jolly/emi
jolly/handover
jolly/menu
jolly/tester
jolly/testing
jolly/ui
jolly/useruser
laforge/baudrate
laforge/burst_ind
laforge/burst_ind_rebase
laforge/csd_decode
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
neels/voice
nion/sap
osmith/virt-voice
osmith/wip
pespin/dtr-rst
pespin/no-exit
pespin/packet-access-procedure
pespin/test-attach
pespin/test-tun
prom/dietlibc
prom/simaccess
steve-m/burst_mcsi
steve-m/mtk_hack
steve-m/trx_rebased
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
2017-10-14
WIP / untested: remove ournode_{exit,end}_cmd
laforge/ournode-vty
Harald Welte
1
-50
/
+0
2017-09-09
mobile/main.c: clean up config file selection logic
Vadim Yanitskiy
1
-9
/
+15
2017-09-07
Add arbitrary config file location support
Max
2
-11
/
+16
2017-09-07
Add 'git review' config file
Max
1
-0
/
+3
2017-08-20
VIRT-PHY: Add support for GPRS / TBF mode
Harald Welte
4
-5
/
+293
2017-08-20
VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back
Harald Welte
7
-10
/
+10
2017-08-20
VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH
Harald Welte
1
-2
/
+2
2017-08-20
virtphy: Add SIGINT+SIGTERM handlers
Harald Welte
1
-0
/
+6
2017-07-27
vty_interface.c: use RPLMN from settings if preset
Vadim Yanitskiy
1
-0
/
+15
2017-07-19
VIRT-PHY: enable proper memory leak debugging
Harald Welte
2
-3
/
+26
2017-07-19
VIRT-PHY: We don't do line-breaks inside log statements
Harald Welte
1
-3
/
+1
2017-07-19
VIRT-PHY: Properly destroy l1_model_ms after disconnect
Harald Welte
7
-1
/
+33
2017-07-19
VIRT-PHY: Change default log levels
Harald Welte
1
-1
/
+1
2017-07-19
VIRT-PHY: Clean up logging statements
Harald Welte
7
-59
/
+66
2017-07-19
VIRT-PHY: Separate logging of L1 Control and L1 Data
Harald Welte
6
-7
/
+37
2017-07-19
VIRT-PHY: Log MS context number whenever possible
Harald Welte
13
-45
/
+71
2017-07-19
VIRT-PHY: Major rewrite to deal with muliple L1CTL clients
Harald Welte
16
-424
/
+384
2017-07-19
VIRT-PHY: Don't redefine GSMTAP port number, use libosmocore
Harald Welte
2
-4
/
+2
2017-07-18
VIRT-PHY Use libosmocore unix domain socket helper
Harald Welte
1
-28
/
+11
2017-07-18
VIRT-PHY: reorganize data structures
Harald Welte
11
-77
/
+82
2017-07-18
VIRT-PHY: some more comments/documentation
Harald Welte
2
-0
/
+8
2017-07-13
VIRT-PHY: Use IPv4 multicast groups for private / local scope
Harald Welte
1
-2
/
+7
2017-07-13
VIRT-PHY: Use osmo_fd_close() introduced in libosmocore
Harald Welte
1
-15
/
+4
2017-07-13
VIRT-PHY: Use new OSMO_SOCK_F_NO_MCAST_{LOOP,ALL} flags
Harald Welte
1
-36
/
+8
2017-07-13
VIRT-PHY mcast_sock: Use uint16_t for ports, bool and const
Harald Welte
2
-14
/
+16
2017-07-13
VIRT-PHY: mcast_sock: properly clean up in error paths (close/unreg socket)
Harald Welte
1
-0
/
+4
2017-07-13
VIRT-PHY: Further simplify mcast_sock code
Harald Welte
2
-97
/
+69
2017-07-13
VIRT-PHY: mcast_sock: We must close the fd before setting it to -1
Harald Welte
1
-1
/
+1
2017-07-13
VIRT-PHY: mcast_sock: Don't keep subscribed multicast group around
Harald Welte
2
-11
/
+7
2017-07-13
VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd member
Harald Welte
2
-24
/
+19
2017-07-13
VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_conf
Harald Welte
2
-10
/
+1
2017-07-13
VIRT-PHY: osmo_mcast_sock.c coding style cleanup
Harald Welte
1
-24
/
+20
2017-07-13
Port osmo_mcast_sock to libosmocore socket routines
Harald Welte
1
-65
/
+44
2017-07-13
VIRT-PHY: Use gsmtap value_strings in recent libosmocore
Harald Welte
1
-42
/
+2
2017-07-13
VIRT-PHY: common_util: chantype_gsmtap2rsl() now in libosmocore
Harald Welte
3
-85
/
+1
2017-07-12
VIRT-PHY: Fix all compiler warnings on gcc-6.3.0
Harald Welte
6
-4
/
+7
2017-07-12
VIRT-PHY: Make sure heaer files are part of 'make dist'
Harald Welte
6
-346
/
+12
2017-07-12
VIRT-PHY: coding style / API usage cleanup
Harald Welte
12
-485
/
+563
2017-07-12
VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"
Harald Welte
2
-4
/
+0
2017-07-12
VIRT-PHY: Configurable signal power reductions for multiple arfcns.
Sebastian Stumpf
8
-25
/
+126
2017-07-12
VIRT-PHY: Extracted common virtphy utils.
Sebastian Stumpf
4
-78
/
+96
2017-07-12
VIRT-PHY: Added option parsing.
Sebastian Stumpf
3
-20
/
+70
2017-07-12
VIRT-PHY: Add downlink filter for msg on dedicated channels.
Sebastian Stumpf
4
-16
/
+18
2017-07-12
VIRT-PHY: Fixed power management and PCS sync.
Sebastian Stumpf
6
-82
/
+127
2017-07-12
VIRT-PHY: Fixed FACCH processing on TCH.
Sebastian Stumpf
6
-94
/
+160
2017-07-12
VIRT-PHY: Scheduler - correct handling over hyperframe repeat.
Sebastian Stumpf
1
-4
/
+14
2017-07-12
VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.
Sebastian Stumpf
10
-36
/
+385
2017-07-12
VIRT-PHY: Fixed error causing send msgs to be received on same sock.
Sebastian Stumpf
1
-1
/
+9
2017-07-12
VIRT-PHY: Data and traffic req from l23 now use scheduler.
Sebastian Stumpf
8
-67
/
+202
2017-07-12
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
Sebastian Stumpf
1
-2
/
+2
[next]