summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-20firmware/dsp: Send framenumber, TSC, checksum and magic via MCSIsteve-m/burst_mcsiSteve Markgraf5-43/+104
2011-11-19target_dsp/calypso: Dump I/Q samples and demodulated burst via MCSISteve Markgraf2-5/+170
2011-11-13fw: Disable backlight for the sniffing fwSylvain Munaut5-10/+5
2011-11-13[HACK] Disable neighbor measurement taskSylvain Munaut1-1/+1
2011-11-13[HACK] Add burst deciphering supportSylvain Munaut1-2/+69
2011-11-13[HACK] host/layer23: Add local burst processing for cleartext burstsSylvain Munaut4-1/+270
2011-11-13[HACK] host/layer23: Wire application logic for a simple demo sniff appSylvain Munaut1-15/+151
2011-11-13[HACK] Disptach the received BURST_IND with a signalSylvain Munaut2-0/+44
2011-11-13[HACK] Increase speed of l1ctl to 408250bps after bootSylvain Munaut6-5/+37
2011-11-13fw/layer1: Replace all dedicated multiframe task with sniff codeSylvain Munaut1-100/+92
2011-11-13fw/l1: Add sniffing primitivesSylvain Munaut3-1/+284
2011-11-13l1ctl: Add definition for BURST INDICATION messagesSylvain Munaut2-1/+16
2011-11-13target/fw/dsp: Add & load the dsp sniffer patchSylvain Munaut2-2/+48
2011-11-13target_dsp/calypso: Add a custom DSP patch for burst sniffingSylvain Munaut3-1/+204
2011-11-13target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut5-9/+15
2011-11-13host/mobile: Indicate unsupported TS 04.14 test messages in logAndreas Eversberg1-0/+5
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg12-18/+1358
2011-11-13host/mobile: Mobile will use SMS Service Center Address from SIMAndreas Eversberg7-29/+85
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg12-16/+1085
2011-11-13host/mobile/sms: Adding SAPI 3 support to MM and RR layersAndreas Eversberg5-126/+601
2011-11-13host/layer23: Flush L1CTL/SAP workqueues when exittingAndreas Eversberg2-0/+2
2011-11-13host/layer23: SIM client now supports reading records correctlyAndreas Eversberg1-2/+19
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut6-382/+472
2011-11-13host/mobile: Whitespace fixes, no functional changesSylvain Munaut6-50/+50
2011-11-13host/layer23: Removed local copy of LAPDm, using libosmocore instadAndreas Eversberg18-2716/+6
2011-11-13host/mobile: Bring mncc.h in sync with OpenBSC and LCRAndreas Eversberg1-0/+1
2011-11-13host/mobile: Fixed paging response with correct identity typeAndreas Eversberg2-20/+35
2011-11-13host/mobile: Prevent the MM layer from making calls when not attachedAndreas Eversberg1-2/+3
2011-11-13host/mobile: Fix indentation in gsm48_cc, no functional changeAndreas Eversberg1-5/+5
2011-11-13host/mobile: Adding memory leak debuggingAndreas Eversberg1-7/+35
2011-11-13host/mobile: Adding telnet_exit to free telnet connection ressourcesAndreas Eversberg1-0/+2
2011-11-13Merge commit 'a71b8eaca7eed4dfc96f2cebabfc26430416c2e9'Sylvain Munaut28-79/+1571
2011-11-13timer: Better fix to the timer re-scheduling situationPablo Neira Ayuso1-6/+3
2011-11-12gsm/gsm0411_smc: Fix typoSylvain Munaut1-1/+1
2011-11-12include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1ASylvain Munaut2-2/+3
2011-11-12gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg4-2/+498
2011-11-12gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg5-5/+607
2011-11-12gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.cAndreas.Eversberg4-1/+340
2011-11-12gsm/sms: Added DLSMS debuggingAndreas Eversberg2-1/+8
2011-11-12gsm/lapdm: Display SAPI in debug message for easier debugAndreas.Eversberg1-2/+2
2011-11-12gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)Andreas.Eversberg1-7/+11
2011-11-12gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg2-8/+19
2011-11-12gsm/lapdm: Set N201 depending on the frame typeAndreas.Eversberg1-5/+5
2011-11-12gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg2-6/+7
2011-11-12gsm/lapdm: Add missing msgb_free in rslms_rx_rll error casesAndreas.Eversberg1-0/+2
2011-11-12lapd: Fixed possible double free buf in lapd_core.cAndreas Eversberg1-2/+3
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2-3/+6
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg2-0/+14
2011-11-12core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut1-2/+6
2011-11-12core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut1-4/+4