summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
AgeCommit message (Expand)AuthorFilesLines
2014-02-26mobile: Fixed compiler warning at gsm322.cjolly/handoverAndreas Eversberg1-1/+2
2014-02-26Bad frame indication at l1ctrl.c: Replaced printf-hack by LOGPAndreas Eversberg1-2/+1
2014-02-26Add ringer support to built-in MNCC application of mobileAndreas Eversberg4-0/+97
2014-02-26Add ringer support to L1CTL interface and layer1Andreas Eversberg2-0/+20
2014-02-26mobile: VTY provides two options to disable neighbor cell measurementsAndreas Eversberg4-16/+56
2014-02-26mobile: Fixes of frequency redefinition handlingAndreas Eversberg1-2/+2
2014-02-26mobile/gsm48_rr.c: Show "cipher 0", if ciphering is disabledAndreas Eversberg1-2/+2
2014-02-26mobile: Keep track of cell channel description during dedicated modeAndreas Eversberg2-23/+45
2014-02-26mobile: Use only sel_si for informations about the current cellAndreas Eversberg4-44/+68
2014-02-26[WIP] HO: VTY test option to fake a better neighbor cell to force handoverAndreas Eversberg3-1/+86
2014-02-26[WIP] HO: Completed handover process at mobile (layer 3).Andreas Eversberg3-177/+453
2014-01-29[WIP] HO: Add new parameters to L1CTL_DM_EST_REQAndreas Eversberg4-17/+43
2014-01-29[WIP] HO: Add BSIC and TOA to L1CTL_NEIGH_PM_INDAndreas Eversberg2-2/+6
2013-12-24mobile/SS: Fixed bug in parsing of known supplemenary service codesAndreas Eversberg1-5/+5
2013-05-23host/mobile: Add 'extern' qualifier to config_dir in app_mobile.hBhaskar1-1/+1
2013-05-23host/mobile: Fixup in error checking path of l23_app_initBhaskar1-3/+6
2013-05-23host/mobile: Fix trans_assign_trans_id() users error checkingSylvain Munaut2-2/+2
2013-05-23gsm48_mm.h: Added get_mm_name() to headerBhaskar1-0/+1
2013-05-23gsm48_mm.c: Bugfix: payload_len should be signed intBhaskar1-1/+1
2013-04-14host/mobile: Remove duplicate A5/1 support indication in vty 'show support'Sylvain Munaut1-1/+0
2013-04-14host/mobile: Fix comment typoSylvain Munaut1-1/+1
2013-03-07support.c: fix typo in commentHarald Welte1-1/+1
2013-01-13layer23: Be sure to close mncc socket on exit of mobile instanceAndreas Eversberg1-5/+5
2013-01-12layer23: Send SIM APDUs via GSMTAP, if enabledAndreas Eversberg1-1/+18
2013-01-10mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2013-01-08misc: Fix typosDario Lombardo2-2/+2
2013-01-08mobile: Fixed ignoring of MDL-ERROR-INDAndreas Eversberg1-0/+1
2013-01-08fix: Use only single CCCH block to determine path lossAndreas Eversberg1-0/+7
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg5-16/+73
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg3-19/+62
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-09-17Fix linking with GNU ld 2.22 and libgpsKevin Redon4-6/+9
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-02Just a quick bug fix to gsm322.c.Kurtis Heimerl1-2/+3