aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Get RSSI from received uplink data and send to PCU0.2.0Andreas Eversberg2-3/+7
2013-03-17measurement: use new 'struct gsm_meas_rep_unidir' of libosmocoreHarald Welte1-8/+8
2013-03-15Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg2-22/+40
2013-03-14OML: fix broken curly braces while parsing SET BTS ATTRHarald Welte1-1/+2
2013-03-13RSL: Fix Channel Number IE in Common Channel RSL messagesHarald Welte1-0/+1
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg5-3/+59
2013-03-07l1_if: if ul_power_target==0, hard-code MS power to what RSL saysHarald Welte1-0/+4
2013-03-06gsmtap: Put the RxLevel and RxQual in uplink GSMTAPHarald Welte1-1/+3
2013-02-27calib: Use 2.4.0 as cut-off for the firmware, log errorsHolger Hans Peter Freyther2-3/+7
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther2-3/+4
2013-02-27sysmobts: Fix a memory leak when no callback is setHolger Hans Peter Freyther1-2/+6
2013-02-27sysmobts: Remove the is_system_primitive from l1if_req_complHolger Hans Peter Freyther3-8/+14
2013-02-27sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther4-23/+14
2013-02-27sysmobts: Remove the trx parameter from the signatureHolger Hans Peter Freyther3-10/+10
2013-02-27sysmobts: Embed the calib state in the femtol1_hdl and use hdl->privHolger Hans Peter Freyther2-17/+16
2013-02-27sysmobts: Use the hdl->priv in l1if_req_compl for all callersHolger Hans Peter Freyther1-9/+8
2013-02-27sysmobts: Remove the data parameter from the l1if_gsm_req_complHolger Hans Peter Freyther3-12/+12
2013-02-27sysmobts: Use the fl1h->priv and get the ts back from the responseHolger Hans Peter Freyther1-4/+14
2013-02-27sysmobts: Use the fl1h->priv to get the trx instead of using the lchanHolger Hans Peter Freyther1-9/+9
2013-02-09RSL: further rtp local bind related fixesHarald Welte1-11/+49
2013-02-09rsl: Fix compiler warning in use of osmo_rtp_get_bound_ip_port()Harald Welte1-1/+4
2013-02-09Fix determination of locally bound IP for RTP socketsHarald Welte1-8/+9
2013-02-04Deprecate the "rtp bind-ip" configuration directiveHarald Welte2-11/+4
2013-02-04Make sure SACCH fill frame is correctly aligned for L1 headerHarald Welte1-1/+1
2013-01-25RSL: don't store MS power in lchan->bs_power but lchan->ms_powerHarald Welte1-1/+1
2013-01-24oml: Create mph_send_activate_req for sending the activation requestDaniel Willmann1-59/+63
2013-01-23sysmobts: Send GSM requests using the l1if_gsm_req_compl methodHolger Hans Peter Freyther3-9/+18
2013-01-23sysmobts: Help in calling the right callback for l1if_req_complHolger Hans Peter Freyther1-8/+39
2013-01-23sysmobts: Rename the hLayer2<->lchan to hLayer<->lchanHolger Hans Peter Freyther3-12/+12
2013-01-23sysmobts: Ignore too short messages on the FACCH (but also the SDCCH)Holger Hans Peter Freyther1-0/+8
2013-01-23oml: Fix memory leak in the callbackHolger Hans Peter Freyther1-0/+1
2013-01-23l1_if: don't print measurements a second time in case of errorHarald Welte1-1/+0
2013-01-17sysmobts: Use a newline at the end of the SACCH u8Size < 2 messageHolger Hans Peter Freyther1-1/+1
2013-01-15fix message: the PCU is not a call control applicationHarald Welte1-2/+1
2013-01-13paging: De-duplicate paging lifetime and max queue length variablesDaniel Willmann2-10/+26
2013-01-03sysmobts: Fix the comment referring to the value of the timeoutHolger Hans Peter Freyther1-1/+1
2013-01-01common: Fix faulty memcpy statement in the paging codeHolger Hans Peter Freyther1-1/+1
2012-12-29l1_if: Fix typo... call it femtobtsHolger Hans Peter Freyther1-1/+1
2012-12-26tch: Do not print that there is no audio data on a TCH/HHolger Hans Peter Freyther1-1/+1
2012-12-26ciphering: Handle ciphering support for A5/3 correctlyHolger Hans Peter Freyther3-3/+20
2012-12-22sysmobts: Add all header files to the EXTRA_DIST to fix make distcheckHolger Hans Peter Freyther1-1/+3
2012-12-22misc: Fix compilation on debian stable with GCC 4.4.5Holger Hans Peter Freyther1-2/+2
2012-12-20openbsc: Prepare to allow to have the OpenBSC directory somewhere elseHolger Hans Peter Freyther2-2/+2
2012-12-20misc: Forward declare calib_load to address a compiler warningHolger Hans Peter Freyther1-0/+3
2012-12-20misc: Forward declare l1if_set_ciphering to avoid a compiler warningHolger Hans Peter Freyther1-0/+5
2012-12-20misc: Change the method to return void instead of int and garbageHolger Hans Peter Freyther1-1/+1
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther2-1/+2
2012-12-20misc: load_ind_period is uint8_t and 60*100 is bigger than that.Holger Hans Peter Freyther1-1/+1
2012-11-26sysmobts: Transmit the UI idle frame as a LAPDm CommandHolger Hans Peter Freyther1-1/+1
2012-11-24Add VTY configuration of paging queue size and lifetime of paging recordsHarald Welte3-4/+56