index
:
osmocom-bb
fixeria/burst_ind
fixeria/burst_ind_gprs
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
2010-08-17
sys/file: added comments and added some BADF handling
prom/dietlibc
Ingo Albrecht
1
-0
/
+20
2010-08-17
sys/file: convert to kernel style
Ingo Albrecht
1
-48
/
+36
2010-08-17
dietlibc: build fix for td014 display driver
Ingo Albrecht
1
-1
/
+1
2010-08-17
dietlibc: a more proper file descriptor layer
Ingo Albrecht
4
-47
/
+318
2010-08-17
dietlibc: some more support code (enough to build and link lua)
Ingo Albrecht
3
-1
/
+1504
2010-08-17
dietlibc: half-hearted attempt at getting malloc working
Ingo Albrecht
1
-0
/
+36
2010-08-17
firmware: patch for dietlibc
Ingo Albrecht
1
-0
/
+60
2010-08-17
firmware: switched from libmini to dietlibc
Ingo Albrecht
21
-1798
/
+80
2010-08-17
loader: convert to kernel style
Ingo Albrecht
1
-45
/
+54
2010-08-15
[layer23] Fixed handling of IMSI in special cases
Andreas.Eversberg
1
-7
/
+15
2010-08-14
[layer23] Added (incomplete) ASSIGNMENT COMMAND handling
Andreas.Eversberg
4
-314
/
+580
2010-08-12
[layer23/lapdm] Added more headroom for data indication to prevent underrun
Andreas.Eversberg
1
-1
/
+1
2010-08-12
[layer23] Removed hack: Allocate SDCCH when requesting a TCH
Andreas.Eversberg
1
-13
/
+12
2010-08-11
[layer23] Paging response depends on the supported channels: SDCCH, TCH/F, an...
Andreas.Eversberg
3
-6
/
+46
2010-08-10
Added support for NMEA GPS receiver
Andreas.Eversberg
5
-1
/
+283
2010-08-10
Added sequence number to L3 messages (see GSM 04.08 Clause 3.1.4.3)
Andreas.Eversberg
3
-2
/
+58
2010-08-04
[layer23] use gsm48_decode_freq_list() which has been moved into libosmocore
Harald Welte
2
-445
/
+14
2010-08-04
Merge commit '1523d7039d9b8c49a2174d93c3673aa8c5a100a9'
Harald Welte
8
-21
/
+510
2010-08-04
Import gsm48_decode_freq_list() from osmocom-bb/layer23
Harald Welte
2
-0
/
+445
2010-08-04
vty: Forward delcare the logging command.
Holger Hans Peter Freyther
1
-0
/
+2
2010-08-01
[layer23] Correctly release a call, if not yet acknowledged by the network
Andreas.Eversberg
2
-1
/
+7
2010-07-30
logging: Make sure we don't use "end of color" code if colors are turned off
Harald Welte
1
-1
/
+2
2010-07-30
add new hexdump_nospc() function
Harald Welte
2
-2
/
+13
2010-07-30
move hexdump() from logging.c to utils.c
Harald Welte
5
-20
/
+21
2010-07-30
Import 'hexparse' function from OpenBSC
Harald Welte
2
-0
/
+29
2010-07-30
layer23: Fix Makefile.am noinst_HEADERS for vty.h
Sylvain Munaut
1
-1
/
+1
2010-07-29
[layer23] request a layer1 reset on startup of layer2 applications
Steve Markgraf
3
-0
/
+3
2010-07-29
Merge remote branch 'origin/sylvain/pending'
Harald Welte
86
-733
/
+650
2010-07-27
layer23: Unify the prefix of l1ctl TX functions
Sylvain Munaut
6
-27
/
+30
2010-07-27
l1ctl_proto: Use an enum for the message type rather than #defines
Sylvain Munaut
1
-19
/
+22
2010-07-27
l1ctl_proto.h: Fixup name of the guard ifdef
Sylvain Munaut
1
-3
/
+3
2010-07-27
include: Rename l1a_l23_interface.h to l1ctl_proto.h
Sylvain Munaut
17
-15
/
+15
2010-07-27
layer23: Use libosmocore rsl_chan_nr_str instead of local func
Sylvain Munaut
1
-28
/
+1
2010-07-27
layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header size
Sylvain Munaut
1
-1
/
+1
2010-07-27
shared/libosmocore: Make sure to use the 'infinite loop' abort handler
Sylvain Munaut
1
-1
/
+1
2010-07-27
Merge commit '7459d6cfd1765f8431b3d9a262eff332f9af807c' into sylvain/pending
Sylvain Munaut
14
-46
/
+405
2010-07-27
layer23: Split [2/2] -> The header files
Sylvain Munaut
50
-122
/
+132
2010-07-27
layer23: Split [1/2] -> The source code
Sylvain Munaut
29
-25
/
+34
2010-07-25
core/msgb: Use the new osmo_panic call to handle errors
Sylvain Munaut
1
-4
/
+2
2010-07-25
core: Add some generic panic handling
Sylvain Munaut
5
-2
/
+95
2010-07-25
build: Use AS_HELP_STRING macro to format the ./configure --help better
Sylvain Munaut
1
-4
/
+16
2010-07-25
osmocore: Add utility function rsl_chan_nr_str to RSL
Sylvain Munaut
2
-0
/
+29
2010-07-25
layer23: Pre-rework of the Makefile.am
Sylvain Munaut
1
-9
/
+8
2010-07-25
layer23/include: Remove eXecutable permission bit from gsm322.h
Sylvain Munaut
1
-0
/
+0
2010-07-25
layer23: Switch to using gsmtap_util from libosmocom
Sylvain Munaut
11
-204
/
+4
2010-07-25
layer23: Remove useless file telnet_interface.c
Sylvain Munaut
1
-240
/
+0
2010-07-25
layer23: Alloc some headroom in incoming l1ctl packets
Sylvain Munaut
1
-1
/
+2
2010-07-25
fw/rf: Use printd for the trf6151_set_gain debug message
Sylvain Munaut
1
-1
/
+1
2010-07-23
[firmware] bring back gta0x images
Steve Markgraf
2
-15
/
+18
2010-07-23
msgb: Avoid warnings that the string might contain %s or such..
Holger Hans Peter Freyther
1
-1
/
+1
[next]