summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2013-01-14mobile: addition to 47f05aefdf4eac7332aa4aa32238225e1c98aedbjolly/useruserAndreas Eversberg2-0/+21
2013-01-14mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2013-01-06mobile: Add user-user message transmission to call controlAndreas Eversberg4-6/+146
2013-01-06mobile: Fix user-info message transcodingAndreas Eversberg1-3/+8
2013-01-06mobile: Display progress message, if receivedAndreas Eversberg1-0/+45
2013-01-06mobile: Release call, if a reject (early release complete) is receivedAndreas Eversberg1-0/+1
2013-01-06l1: add CBCH flag to dedicated modeAlex Badea4-8/+11
2013-01-05osmocon: make romloader output much less verboseSteve Markgraf1-20/+5
2013-01-02mobile/gsm411: Fix printf format warningSylvain Munaut1-1/+1
2013-01-02mobile/gsm411: Adapt to new libosmocore API for SMC/SMR by adding idSylvain Munaut1-8/+8
2013-01-02host/cell_log: Prevent buffer overflow when displaying arfcn rangeSylvain Munaut1-5/+4
2013-01-02host/l23: Added custom frequecy range to cell_log.Dario Lombardo2-5/+59
2013-01-02l23 sysinfo: defer SI4 CBCH mobile allocation until SI1 is receivedAlex Badea1-0/+1
2012-12-29Fix: Check if cell is barred, before performing location updatingAndreas Eversberg1-0/+9
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg10-47/+47
2012-11-22fix previous commit: use dbm2rxlev()Harald Welte2-2/+2
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte7-7/+11
2012-11-16Fix wrong print of scan freq when using gsm_print_arfcn twice for the same lo...Pavel Baturko1-4/+12
2012-11-15Fix: Correctly convert ARFCN to index.Joshua Lackey1-1/+4
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg3-0/+42
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg6-27/+44
2012-10-01Drop unused imports from the python utilities.Paul Wise1-1/+0
2012-09-17Fix linking with GNU ld 2.22 and libgpsKevin Redon4-6/+9
2012-09-08use msgb_pull() to get bytes from start of message, not msgb_get()Harald Welte1-26/+26
2012-09-08layer23: gsm48_decode_lai() is now in libosmogsmHarald Welte1-14/+0
2012-07-12layer23: Fixed size of power offset (SI 3 rest octets)Andreas Eversberg1-1/+1
2012-03-29host/l1ctl: Make sure to initialize tn in neigh_pm_reqSylvain Munaut1-1/+3
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim5-7/+24
2012-02-14mobile: Add vty option to force rekeying for every new channelTim Ehlers6-3/+40
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