summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
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 Munaut1-0/+32
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-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-06osmocom: Address warning about aliasingHolger Hans Peter Freyther1-1/+2
2011-11-06misc: u_intX -> uintX in the host directoryHolger Hans Peter Freyther5-13/+13
2011-09-05host/osmocon: make auto-reload/reboot feature work in chainloading-modeSteve Markgraf1-2/+17
2011-09-04[mobile] Adding option to run as daemonAndreas Eversberg1-1/+15
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg9-37/+116
2011-09-04[mobile] Adding socket application interface code from OpenBSC.Andreas Eversberg2-0/+363
2011-09-02host/osmocon: Make use of the libosmcore serial helpersSylvain Munaut1-72/+10
2011-08-13[mobile] Disable SMS by default, because SMS is not supportedAndreas Eversberg1-1/+1
2011-08-11mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf1-1/+1
2011-08-06Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg3-7/+13
2011-08-04Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg1-3/+7
2011-07-31gsmmap: Dump SYSTEM INFORMATION messages while processingAndreas Eversberg1-16/+17
2011-07-31Fixed broken gsmmap.Andreas Eversberg2-1/+11
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg14-38/+330
2011-07-28l23/l1ctl: Add default values for audio_modeSylvain Munaut1-0/+3
2011-07-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg2-2/+2
2011-07-17[mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg1-1/+2
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg3-16/+21
2011-07-17[layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg1-11/+11
2011-07-17[layer23] Fixes and improvements of system information decodingAndreas Eversberg2-33/+57
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg13-773/+2626
2011-07-17[mobile] Corrected output value of PCS power classAndreas Eversberg1-1/+1
2011-07-17[mobile] Adding option to hide most default values in configAndreas Eversberg1-46/+105
2011-07-17[mobile] Adding PCS band to list of maximum ARFCNs to scan in one bandAndreas Eversberg1-0/+1
2011-07-17[mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg1-0/+7
2011-07-17[layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg3-2/+9
2011-07-17[layer23] Detach SIM, if reading failsAndreas Eversberg1-0/+8
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg3-0/+53
2011-07-17[layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2-5/+6
2011-07-16settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte1-2/+2