summaryrefslogtreecommitdiffstats
path: root/src/host/gsm48-andreas
Commit message (Collapse)AuthorAgeFilesLines
* Removed solved issues from gsm48-andreas/issues.txtAndreas.Eversberg2010-10-241-78/+2Star
| | | | | The remaining issues have only todo with openBSC and should be fixed, the issues.txt will be obsolete then.
* - Fixes on MM, RR, cell selection, plmn search processes.Andreas.Eversberg2010-05-061-0/+5
| | | | | -> Cell selection now requires only one frequency to be scanned, if BA list of that PLMN is known.
* Work on layer 3 processes:Andreas.Eversberg2010-05-051-0/+6
| | | | | | | - Fixes on PLMN search and cell selection process. - Fixes on radio ressource. - ^C will cause IMSI detach when pressed the first time. Pressing ^C again will cause termination of process at any time.
* Many fixes in layer 3:Andreas.Eversberg2010-05-021-0/+12
| | | | | | - Sysinfo storage - Cell/Network selection process - Channel request / Paging
* Fixes and improvements of layer23.Andreas Eversberg2010-04-291-0/+5
|
* Removed the code from gsm48-andreas.Andreas Eversberg2010-04-2522-11468/+16Star
|
* Added queue to messages from RSL to RR.Andreas Eversberg2010-04-071-4/+8
|
* Minor correction of issues.txt. I wrote the opposite of what I wanted to say...Andreas Eversberg2010-04-061-1/+1
|
* Work on Radio Ressource: RSL-SAP interface on L3 side.Andreas Eversberg2010-04-052-27/+80
|
* RR:Andreas Eversberg2010-04-051-50/+67
| | | | | - Whenever a RACH burst is sent or resent, a new random value is generated. - STATUS message is sent, if an unsupported message is received.
* Mobility Management: Corrected some issues about RR abort timer (T3240).Andreas Eversberg2010-04-041-7/+24
|
* Work on layer 3: finished Call Control layerAndreas Eversberg2010-04-046-910/+1076
|
* Adopted transaction.c and transaction.h from OpenBSC.Andreas Eversberg2010-04-045-45/+232
| | | | Pointers and structure is modified for the mobile station environment. The transactions are required to handle calls and SMS.
* Added minimal call application as required in GSM 04.08.Andreas Eversberg2010-04-041-0/+53
| | | | | | | | | | It represents the application ontop of layer 3 Call Control. It will reject any incomming call using appropiate cause value. Since there is no real interface between call application and call control, I introduced MNCC for mobile side. (MNCCms) Applications can be: - normal telephony application, implemented in the MS - remote applications like PBX (MS as external line) - "application-in-the-middle" (no comment ;-)
* Work on layer 3, finished Mobility Management part.Andreas Eversberg2010-04-048-584/+1242
|
* Work on layer 3 process, finished Location updating procedure (including ↵Andreas Eversberg2010-04-037-388/+999
| | | | IMSI attach).
* Work on message handling of layer 3.Andreas Eversberg2010-04-026-230/+596
|
* Work on message handling of layer 3.Andreas Eversberg2010-04-013-351/+395
|
* Added README for informing about the current development process.Andreas Eversberg2010-03-311-0/+47
|
* Work on Mobility Management: MM information procedureAndreas Eversberg2010-03-312-20/+30
|
* Work on Mobility Management: Abort processAndreas Eversberg2010-03-313-108/+188
|
* Work on Mobility Management: IMSI detach processAndreas Eversberg2010-03-308-222/+277
|
* gsm48-andreas: fix typo utnt -> uintHarald Welte2010-03-291-1/+1
|
* Work on various L3 processes.Andreas Eversberg2010-03-2811-498/+721
|
* gsm48-andreas: s/clamp/camp/gHarald Welte2010-03-281-6/+6
|
* Work on Radio Ressource.Andreas Eversberg2010-03-276-149/+363
|
* Added process of link control in idle mode.Andreas Eversberg2010-03-272-0/+425
| | | | | The process is described in GSM 05.08 and will search and select BCCH. The process is partly complete.
* Added process of selecting PLMN and serving cell.Andreas Eversberg2010-03-272-0/+1524
| | | | | The process is described in GSM 03.22. The process is partly complete.
* Added subscriber data. It is very uncomplete yet.Andreas Eversberg2010-03-272-0/+74
|
* Work on Radio Ressource.Andreas Eversberg2010-03-276-10/+181
|
* gsm48-andreas: Use value_string wherever possibleHarald Welte2010-03-252-30/+20Star
| | | | | The point of this is to not replicate functionality that already exists in libosmocore (get_value_string()/get_string_value()).
* misc compiler warning fixesHarald Welte2010-03-221-1/+1
| | | | | | | | * added missing param in call to gsm48_rx_bcch * added 'extern' to declarations of rsl_rlm_cause_strs and target_board * added several 'const' for strings * removed useless 'bufptr,' from hexdump (From: itsme <itsme@xs4all.nl>)
* Work on Radio RessourceAndreas Eversberg2010-03-163-846/+921
|
* Work on Radio RessourceAndreas Eversberg2010-03-153-14/+105
| | | | - SI 5, 5bis, 5ter
* Work on Radio Ressource.Andreas Eversberg2010-03-152-3/+40
| | | | - Decode of Mobile Allocation for frequency hopping list
* Classmark 3 encoding (Radio Ressource) now uses bit-vector API.Andreas Eversberg2010-03-141-88/+51Star
|
* Work on Radio Ressource layer.Andreas Eversberg2010-03-142-102/+108
|
* Work on Radio Ressource layer.Andreas Eversberg2010-03-146-62/+1152
| | | | | - SI 1-4 parsing - decoding of all frequency list types
* Work on Radio Ressource layer.Andreas Eversberg2010-03-138-517/+1687
| | | | Added MS support structure for classmark messages.
* some work on radio ressourceAndreas Eversberg2010-03-091-5/+100
|
* Work on radio ressource: basics of channel assignment procedureroot2010-03-081-33/+100
|
* use gsm48_ie code which is now in libosmocoreHarald Welte2010-03-083-706/+86Star
|
* import alpha3 code from andreas eversberg as of 2010-03-07Harald Welte2010-03-077-0/+4560