aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-22TRX: Replaced GSM 06.10 ordering table by table in libosmocodecAndreas Eversberg4-39/+34
2015-09-22TRX: Cleanup of channel transcodingAndreas Eversberg24-1304/+1104
2015-09-22TRX: By default, send 20 frames in advance to tranceiverAndreas Eversberg1-1/+1
2015-09-22TRX: Detect missing received bursts and fill them with zero-sbitsAndreas Eversberg2-36/+60
2015-09-22TRX: PDTCH (GPRS) works nowAndreas Eversberg3-119/+140
2015-09-22TRX: Lost TCH frame detection of omitted bursts from tranceiverAndreas Eversberg2-61/+84
2015-09-22TRX: Allow transcoding of TCH FR with MSB first (RTP) or LSB first (E1)Andreas Eversberg3-11/+19
2015-09-22TRX: Completed TCH/F full rate supportAndreas Eversberg5-464/+647
2015-09-22TRX: Fixed swapped stealing bitsAndreas Eversberg1-4/+4
2015-09-22TRX: Minor fixes, especially handle TOA of RACH correctlyAndreas Eversberg3-23/+39
2015-09-22TRX: Fix, never send confirm for DEACT SACCH request (TS 05.08 4.6)Andreas Eversberg1-5/+7
2015-09-22TRX: Use received TRX clocks to determine availablility of tranceiverAndreas Eversberg4-10/+49
2015-09-22TRX: Fixes and improvements of schedulerAndreas Eversberg2-28/+96
2015-09-22TRX: Completed transcoding of TCH with reordering Table 2 of TS 05.03Andreas Eversberg1-8/+57
2015-09-22TRX: Power down tranceiver and reset scheduler, if abis link is lostAndreas Eversberg3-3/+22
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg4-1/+13
2015-09-22TRX: On negative response of critical commands, shutdown BTSAndreas Eversberg2-23/+32
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg21-0/+5156
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg3-24/+30
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg2-1/+1
2015-09-22Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2015-09-22Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2015-09-22move MS power control handling from sysmobts to common partHarald Welte9-89/+125
2015-09-22Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg2-13/+4
2015-09-22Remove obsolete gsmtap handling from osmo-bts-sysmo part.Andreas Eversberg2-104/+0
2015-09-22Add gsmtap option to command line to main.c of osmo-bts-sysmoAndreas Eversberg1-1/+19
2015-09-22Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg3-84/+129
2015-09-22Send primitives at PH-/MPH-/TCH-SAP interface via GSMTAPAndreas Eversberg1-0/+167
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg3-6/+19
2015-09-22Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-13/+45
2015-09-22l1sap: Port code to new ciphering handlingHarald Welte3-45/+35
2015-09-22sysmobts/l1_if: Sacch/Sdcc/Facch are handled in l1sap/coreHarald Welte2-57/+1
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-133/+267
2015-09-22l1sap: Avoid compiler warnings regarding uninitialized nmsgHarald Welte1-2/+2
2015-09-22l1sap: Use {data,empty}_req_from_l1sap() and avoid code duplicationHarald Welte1-21/+4
2015-09-22Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg5-153/+294
2015-09-22l1sap: re-introduce a comment that was lost during l1sap mergeHarald Welte1-0/+2
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg7-50/+239
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg3-11/+10
2015-09-22l1sap: Re-introduce more correct RACH slot countingHarald Welte1-4/+14
2015-09-22Add TIME (MPH_INFO) IND messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-38/+77
2015-09-22l1sap: additional comments explaining l1sap changes in l1_if.cHarald Welte1-0/+4
2015-09-22Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg3-81/+176
2015-09-22l1sap: Add a warning about assuming BS_AG_BLKS_RES=1Harald Welte1-0/+1
2015-09-22Add PCH/AGCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-7/+20
2015-09-22l1sap: sysmobts: remove obsolete get_lapdm_chan_by_hl2()Harald Welte1-13/+0
2015-09-22l1sap: correctly set chan_nr on PRIM_PH_RACH / INDICATIONHarald Welte1-0/+5
2015-09-22l1sap: RACH: Detect hand-over even on TRX0Harald Welte1-1/+1
2015-09-22l1sap: fix missing include file and resulting compiler warningHarald Welte1-0/+1
2015-09-22l1sap: fix coding styleHarald Welte1-2/+1