summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2012-02-08host/osmocon: allow uploading of files > 64kb in romload-modeSteve Markgraf1-1/+1
2012-02-04Framebuffer: Script for font conversion.Christian Vogel1-0/+294
2012-02-02Just a quick bug fix to gsm322.c.Kurtis Heimerl1-2/+3
2012-01-17host: Add support for the new gpsd APIPaul Wise1-1/+22
2012-01-02layer23/mobile: Fixed cell re-selection after loosing signalAndreas Eversberg1-3/+4
2012-01-02layer23/mobile: Minor fix of debugging outputAndreas Eversberg1-1/+1
2012-01-02layer23/mobile: Fixed variable type, so home network is detected correctlyAndreas Eversberg2-2/+2
2012-01-02layer23/mobile: Enable SIM reader by defaultAndreas Eversberg1-2/+1
2011-12-14host/osmocon: correct parsing of -mAlexander Huemer1-2/+3
2011-12-11layer23: Call talloc_free unconditionallyHolger Hans Peter Freyther1-5/+2
2011-11-25Removed obsolete gsm48-andreas directory from "host" treeAndreas Eversberg1-23/+0
2011-11-22layer23/ccch_scan: Replace fprintf() with LOGP() and print SI-idSteve Markgraf1-1/+2
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-21layer23/bcch_scan: bscan_sig_cb() should return something in all casesSteve Markgraf1-1/+1
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-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