summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-22layer23/ccch_scan: Print Paging Requests of type 3Steve Markgraf1-1/+27
2011-11-22layer23/ccch_scan: Print channel type of correct TMSI for Paging Request Type 2Steve Markgraf1-1/+1
2011-11-21fw/rf/mt6139: Dereference pointerSteve Markgraf1-2/+2
2011-11-21layer23/bcch_scan: bscan_sig_cb() should return something in all casesSteve Markgraf1-1/+1
2011-11-20gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut1-1/+1
2011-11-20core/logging: Remove const qualifier on return of logp2syslog_levelSylvain Munaut1-1/+1
2011-11-20core/serial: Fix warning when on platform other than linuxSylvain Munaut1-1/+1
2011-11-20gsm/a5: Bit faster way to compute parity ...Sylvain Munaut1-3/+2
2011-11-19utils: Fix alias to weak alias to allow OSX compilationSylvain Munaut1-1/+1
2011-11-17gsm/a5: Add documentationSylvain Munaut1-0/+68
2011-11-17mobile/MM: Fixed handling of T3230 (MM connection timeout)Andreas Eversberg1-1/+2
2011-11-17mobile/MM: Fixed handling of T3220 (IMSI detach timeout)Andreas Eversberg1-3/+20
2011-11-17gsm/a5: Rewrite A5/2 algo to avoid the delayed bitSylvain Munaut1-23/+12
2011-11-17gsm/a5: Add const qualifier on the keySylvain Munaut1-3/+3
2011-11-15fw/i2c: Fix two printd-related typosSteve Markgraf1-2/+2
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 Munaut1-1/+1
2011-11-12gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg2-1/+452
2011-11-12gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg2-1/+540
2011-11-12gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.cAndreas.Eversberg2-0/+308
2011-11-12gsm/sms: Added DLSMS debuggingAndreas Eversberg1-0/+6
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.Eversberg1-6/+14
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.Eversberg1-5/+6
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.Eversberg1-3/+5
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg1-0/+12
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