summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
AgeCommit message (Expand)AuthorFilesLines
2010-10-15[layer23] DTMF supportAndreas.Eversberg5-8/+192
2010-10-15[layer23] If the mobile sticks to a cell, RXLEV_MIN is ignoredAndreas.Eversberg1-1/+3
2010-10-14[layer23] Adding abbreviated dialing to VTYAndreas.Eversberg4-24/+161
2010-10-13[layer23] If SIM is invalid, display that on the VTYAndreas.Eversberg1-0/+6
2010-10-13[layer23] Fix of signal loss handlingAndreas.Eversberg1-5/+10
2010-10-13[layer23] Minor fix of debugging message in call controlAndreas.Eversberg1-2/+1
2010-10-13[layer23] Fixed cell monitoring output (RR idle mode)Andreas.Eversberg1-1/+3
2010-10-13[layer23] Minor change in paging debuggingAndreas.Eversberg1-16/+16
2010-10-13[layer23] Give ARFCN together with "show states <MS_NAME>"Andreas.Eversberg1-2/+5
2010-10-12[layer23] Fixed CAUSE information elementAndreas.Eversberg1-0/+1
2010-10-12[layer23] Fixed ASSIGNMENT / HANDOVER failure handlingAndreas.Eversberg1-53/+66
2010-10-12[layer23] Reconnect of layer 2 link must be performed in idle mode alsoAndreas.Eversberg1-1/+2
2010-10-12[layer23] Call control is disabled when mobile is set to SDCCH onlyAndreas.Eversberg2-1/+19
2010-10-12[layer23] Fixed resume of datalink (after assignment or handover)Andreas.Eversberg2-37/+40
2010-10-12[layer23] FACILITY message is handled now, but not decodedAndreas.Eversberg1-0/+4
2010-10-12[layer23] Bugfix: Loosing CCCH signal must cause unselection of cell.Andreas.Eversberg1-1/+15
2010-10-12[layer23] Adding some debugging outputAndreas.Eversberg2-14/+24
2010-10-12[layer23] Implementation of signal loss criteria as defined in TS 05.08Andreas.Eversberg9-51/+109
2010-10-05[layer23] Increase sync tollerance by increasing freq_err_thresh1Andreas.Eversberg1-1/+1
2010-10-03[layer23] Fixed ACCH reception of TCH channelsAndreas.Eversberg1-1/+2
2010-10-03[layer23] Fixed emergency call setupAndreas.Eversberg1-1/+3
2010-10-03[layer23] Rework of "support"-features, features can be disabled nowAndreas.Eversberg9-235/+570
2010-10-03misc: Fix the name of the header file for the hexdump...Holger Hans Peter Freyther2-2/+2
2010-10-03gsm48_rr.c: Move the access below the parsing (found by clangHolger Hans Peter Freyther1-2/+2
2010-10-03msic: Include osmocom/util.h for the hexdump definitionHolger Hans Peter Freyther2-0/+4
2010-10-03sim.c: Fix NULL pointer dereference found by clang.Holger Hans Peter Freyther1-1/+1
2010-10-02[layer23] Notify user when config change requires restart to take effectAndreas.Eversberg2-0/+19
2010-10-01[layer23] Minimum RX-level is now a configuratio optionAndreas.Eversberg5-2/+18
2010-10-01[layer23] Remove obsolete function from header fileAndreas.Eversberg1-1/+0
2010-10-01[layer23] Using loglevel to disable heavy debugging on cell selectionAndreas.Eversberg2-51/+23
2010-09-29[layer23] Disabled display of SYSINFO message at message handlersAndreas.Eversberg2-8/+11
2010-09-29[layer23] Added a workarround to ignore the first (invalid) PM resultAndreas.Eversberg1-0/+6
2010-09-29[layer23] Disabled the scanning of maximum cells per bandAndreas.Eversberg1-0/+5
2010-09-29[layer23] Disabled may debugging in cell selection processAndreas.Eversberg1-17/+49
2010-09-29[layer23] Added missing state change, if location update is not required.Andreas.Eversberg1-0/+4
2010-09-28l1ctl: Add initial tch_mode value in DM_EST_REQSylvain Munaut4-10/+14
2010-09-28[layer23] Fixed incorrect use of memcpy for frequency list IEsAndreas.Eversberg1-25/+25
2010-09-27[layer23] Fixed parsing of ASSIGNMENT / HANDOVER (type-value) IEsAndreas.Eversberg1-16/+26
2010-09-27[layer23] Fixed debug output in gsm48_rr.cAndreas.Eversberg1-1/+1
2010-09-27[layer23] Alter simulated-delay via VTY on the fly (active channel)Andreas.Eversberg3-0/+18
2010-09-26[layer23] Handle invalidation of TMSI correctlyAndreas.Eversberg2-3/+5
2010-09-26[layer23] Cleanup of various 'printf' debuggingAndreas.Eversberg4-26/+28
2010-09-26[layer23] VTY command for changing LAI on SIM cardAndreas.Eversberg2-0/+36
2010-09-26[layer23] Use correct IE for timing advanceAndreas.Eversberg2-4/+4
2010-09-26Remove the various checks for high TS as those should now workSylvain Munaut2-15/+0
2010-09-26layer23/lapdm: Fix typos SAMB -> SABMSylvain Munaut1-5/+5
2010-09-26[layer23] Do not reject mobile terminated calls with no codec givenAndreas.Eversberg1-8/+0
2010-09-26[layer23] Speech codec selection and negotiation with networkAndreas.Eversberg8-32/+420
2010-09-26[layer23] Added support for changing TCH mode via L1CTL messagesAndreas.Eversberg3-1/+55
2010-09-26[layer23] Minor fixes in lapdm.cAndreas.Eversberg1-2/+4