aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-12debian: Update gsm_data_shared.c,h from the OpenBSC master.Alexander Chemeris1-3/+49
2015-09-12debian: Add gsm_data_shared.c file to make packaging possibleIvan Kluchnikov1-1/+521
2015-09-12ABIS: Support of multiple RSL connections for ABIS/ipaccessAndreas Eversberg4-20/+33
2015-09-12HACK: Make ABIS work when reestablishingAndreas Eversberg3-2/+11
2015-09-12ABIS: Support for multiple RSL connectionsAndreas Eversberg1-1/+2
2015-09-12vty: Add commands to manually activate/deactivate a channel.Alexander Chemeris1-0/+62
2015-09-12l1sap: Fix use-after-free in loopback mode.Alexander Chemeris1-0/+3
2015-09-12l1sap: Whitespace fixes.Alexander Chemeris1-2/+2
2015-09-12TRX: Add missing call to abis_init()Harald Welte1-0/+2
2015-09-06make osmo-bts-trx provide bts_model_adjst_ms_pwr()Harald Welte1-0/+7
2015-09-06trx: fix potential use of uninitialized toa variable.Alexander Chemeris1-1/+1
2015-09-06trx: Send POWERON/OFF commands to osmo-bts only for the first channel.Alexander Chemeris1-2/+8
2015-09-06trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris1-1/+2
2015-09-06trx: Cleanup unused parts of loops.cAlexander Chemeris1-7/+2
2015-09-06trx: Remove unused variables.Alexander Chemeris1-2/+2
2015-09-06trx: Fix typo in a log message.Alexander Chemeris1-1/+1
2015-09-06trx: More logging for voice frame decoding functions.Alexander Chemeris1-21/+67
2015-09-06trx: Implement BER calculations.Alexander Chemeris5-180/+208
2015-09-06TRX: Remove extra TCH/HS puncturing valueThomas Tsou1-1/+1
2015-09-06TRX: Check if Transceiver indicates an out of range clockAndreas Eversberg1-7/+15
2015-09-06TRX: Show which TRX does not respond or rejects a commandAndreas Eversberg1-3/+4
2015-09-06trx: Set lchan inactive, only if the dedicated channel is deactivatedAndreas Eversberg1-4/+3
2015-09-06TRX: Activate LCHAN of CCCH when CCCH is configured on time slotAndreas Eversberg1-0/+12
2015-09-06TRX: Free bust buffer memory to when changing lchan typeAndreas Eversberg1-0/+9
2015-09-06TRX: Add VTY option to allow setting RTS advance in framesAndreas Eversberg3-4/+20
2015-09-06TRX: fix some typos in commentsMartin Hauke2-8/+8
2015-09-06build: Use AM_CPPFLAGS in Makefile.amMartin Hauke1-1/+1
2015-09-06Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg3-7/+6
2015-09-06TRX: Changed logging of unserved primitives from LOGL_NOTICE to LOGL_INFOAndreas Eversberg1-4/+4
2015-09-06TRX: Fixed chan_nr for SACCH/8(7) at schedulerAndreas Eversberg1-1/+1
2015-09-06trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg3-2/+34
2015-09-06TRX: Do not send burst on IDLE channels at TRX != C0Andreas Eversberg1-0/+5
2015-09-06TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg2-3/+10
2015-09-06TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg1-2/+2
2015-09-06TRX: Fixup ciphering state names after rebasingAndreas Eversberg2-3/+4
2015-09-06TRX: No need to set mode and cipher for PDCHAndreas Eversberg1-0/+8
2015-09-06TRX: If no cipher algorithm is given, or if it is a5/0, reset cipher stateAndreas Eversberg1-1/+4
2015-09-06TRX: Set ciphering to an initial state when activating channelAndreas Eversberg1-0/+8
2015-09-06TRX: Process real time scheduling option is now similar to sysmobtsAndreas Eversberg1-10/+10
2015-09-06TRX: Disable handover burst detection when closing channel during detectionAndreas Eversberg1-0/+7
2015-09-06TRX: Use correct slot type for GSM_PHCAN_BCCHAndreas Eversberg1-1/+1
2015-09-06TRX: Handover access burst supportAndreas Eversberg6-10/+62
2015-09-06TRX: Clear lchan state when resetting TRXAndreas Eversberg1-0/+3
2015-09-06TRX: Report measurementsAndreas Eversberg3-8/+55
2015-09-06TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg8-96/+96
2015-09-06TRX: Fix: Cleanly free TRX instances during initialization in case of an errorAndreas Eversberg2-3/+4
2015-09-06Allow one or more TRX to configure via VTYAndreas Eversberg3-4/+6
2015-09-06TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg4-2/+69
2015-09-06TRX: Reset ciphering state when closing channelAndreas Eversberg1-0/+1
2015-09-06TRX: Support for AMR half speechAndreas Eversberg7-0/+748