summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-20[L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte5-21/+21
2010-06-20[L1CTL] Introduce L1CTL_RESET_RESPHarald Welte3-7/+37
2010-06-20[layer1] Introduce function to reset the gsmtime schedulerHarald Welte3-0/+13
2010-06-20[L1CTL] rename L1CTL_RESET to L1CTL_RESET_INDHarald Welte2-3/+6
2010-06-20Merge branch 'master' of git.osmocom.org:osmocom-bbAndreas.Eversberg1-0/+23
2010-06-20layer23: Added CLIP and CLIR feature.Andreas.Eversberg3-1/+54
2010-06-20layer23: Added support for waiting calls, hold/retrieve calls.Andreas.Eversberg4-22/+196
2010-06-20Merge branch 'master' of git.osmocom.org:osmocom-bbAndreas.Eversberg1-7/+25
2010-06-20layer23 radio ressource: Added signal loss condition in release state.Andreas.Eversberg1-2/+21
2010-06-20[layer1] Add L1CTL_RACH_RESP to confirm that a RACH request was sentHarald Welte1-0/+23
2010-06-20[layer1] FBSB: abort FB0 acquisition after 30 failing attemptsHarald Welte1-4/+13
2010-06-20[layer1] FBSB: re-try FB0/FB1 request up to 3 timesHarald Welte1-3/+12
2010-06-20layer23: Fixed name of "DB Systel GSM-R" for MNC 10 in Germany.Andreas.Eversberg1-1/+1
2010-06-20layer23: Complete rework of MCC and MNC structure.Andreas.Eversberg8-1790/+2010
2010-06-17l1ctl.c: add missing ntohs for band_arfcnJan Luebbe1-1/+1
2010-06-16layer23: Corrected MCC in network table. -1 is used to indicate the counter r...Andreas.Eversberg2-222/+222
2010-06-16layer23: Complete list of GSM operators and countries.Andreas.Eversberg1-11/+1600
2010-06-16layer23 manual network search: Fixed searching behavior.Andreas.Eversberg2-43/+54
2010-06-16This commit belongs to the last one.Andreas.Eversberg1-34/+34
2010-06-16layer23: Added VTY command to display current states.Andreas.Eversberg7-180/+272
2010-06-16layer23 VTY: "end" now ends configuration in all config subnodes.Andreas.Eversberg1-0/+2
2010-06-15layer23: Added some more detailed debugging parameters.Andreas.Eversberg3-3/+15
2010-06-15layer23: Fixed release problems of call control.Andreas.Eversberg1-28/+23
2010-06-14layer23 call control: Fixed sending of RELEASE COMPLETE.Andreas.Eversberg1-11/+22
2010-06-14layer23 cell selection: Fix in cell selection after leaving dedicated mode.Andreas.Eversberg1-6/+13
2010-06-13layer23: Added more logging to transaction.cAndreas.Eversberg1-2/+7
2010-06-13layer23: Added more logging to call control.Andreas.Eversberg1-0/+84
2010-06-13lapdm: Minor fix.Andreas.Eversberg1-1/+1
2010-06-13layer23: IMSI detach works now.Andreas.Eversberg2-7/+14
2010-06-13layer23: Added VTY messages to call application.Andreas.Eversberg5-23/+112
2010-06-13layer23: Added feature to do emergency calls without a SIM card.Andreas.Eversberg4-10/+42
2010-06-13layer23: Fixed issues about location update and it's result.Andreas.Eversberg8-21/+123
2010-06-13lapdm: Fixed length check for SABM frame.Andreas.Eversberg1-2/+2
2010-06-13cell selection: Added temporary hack to sync multiple times until the syncAndreas.Eversberg1-0/+77
2010-06-13MNCCms: Added missing return value.Andreas.Eversberg1-0/+3
2010-06-13radio ressource: After loosing signal, the process must return to IDLE state ...Andreas.Eversberg1-0/+2
2010-06-13mobility management: Fixes.Andreas.Eversberg1-12/+44
2010-06-13lapdm: Fixed double free issues. (segfaults)Andreas.Eversberg1-4/+8
2010-06-12Added more release cases between RR and MM layer.Andreas.Eversberg3-8/+13
2010-06-12Fixed ARFCN output on sysinfo dumping.Andreas.Eversberg1-1/+2
2010-06-12Radio ressources now has functions for release of radio link.Andreas.Eversberg4-96/+291
2010-06-12Fixed CM SERVICE REQUEST message.Andreas.Eversberg1-3/+3
2010-06-12Added missing proto_descr content filling in call control.Andreas.Eversberg1-0/+3
2010-06-12Added ARFCN to system information dump.Andreas.Eversberg3-4/+4
2010-06-12Updated description of buffers and queues in lapdm.c, changed queue name.Andreas.Eversberg2-30/+23
2010-06-06Fixes and improvements of RR, MM, CC processes.Andreas.Eversberg5-78/+322
2010-06-06Added call application to mnccms.c and added commands to dial/answer/hangup t...Andreas.Eversberg4-5/+232
2010-06-06Added new logging category for summary of process.Andreas.Eversberg2-0/+7
2010-06-06Fixed descriptions of VTY interface commands.Andreas.Eversberg1-24/+38
2010-06-05Completed layer 2 process. (LAPDm)Andreas.Eversberg3-241/+1486