aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Welte3-12/+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-15calibration: The clock error is absolute for anything but the netlistenHolger Hans Peter Freyther1-3/+20
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 Willmann4-12/+34
2013-01-12WIP... use gps for calibration..Holger Hans Peter Freyther3-9/+27
2013-01-11add PCU respawning to contrib screenrc and respawn scriptsHarald Welte3-9/+27
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 Freyther11-5/+175
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+1
2012-12-22misc: Package the configuration and contrib directoryHolger Hans Peter Freyther1-0/+11
2012-12-22misc: Package our version of the gsm_data.h to make the code compilableHolger Hans Peter Freyther1-0/+2
2012-12-22sysmobts: Add all header files to the EXTRA_DIST to fix make distcheckHolger Hans Peter Freyther1-1/+3
2012-12-22misc: Fix the make distcheck of the osmo-bts codeHolger Hans Peter Freyther2-2/+2
2012-12-22paging: Update the test output to make the test passHolger Hans Peter Freyther1-0/+1
2012-12-22misc: Fix compilation on debian stable with GCC 4.4.5Holger Hans Peter Freyther1-2/+2
2012-12-20Merge branch 'zecke/openbsc-incdir'Holger Hans Peter Freyther5-4/+20
2012-12-20openbsc: Check for the presence of the gsm_data_shared.h header fileHolger Hans Peter Freyther1-1/+8
2012-12-20openbsc: Introduce autoconf support to set the OpenBSC include directoryHolger Hans Peter Freyther1-1/+5
2012-12-20openbsc: Prepare to allow to have the OpenBSC directory somewhere elseHolger Hans Peter Freyther5-4/+9
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 Freyther2-2/+2
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther3-2/+3
2012-12-20misc: Forward declare the load_timer_start to address compiler warningHolger Hans Peter Freyther1-0/+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 Welte5-4/+63
2012-11-24paging: send CCCH load indications even if paging load below thresholdHarald Welte1-0/+6
2012-11-20Use tlvp_val16_unal() / tlvp_val32_unal() to align 16 and 32 bit valuesAndreas Eversberg1-26/+32
2012-11-18Ensure osmo-bts builds agsainst sysmobts-v1 headers (again)Harald Welte3-2/+33
2012-11-10VTY: print length/depth of paging queue in 'show bts'Harald Welte1-0/+4
2012-11-10VTY: make target uplink Rx level VTY-configurableHarald Welte4-1/+19
2012-11-10l1_if: Dump measurement data in case we receive SACCH without dataHarald Welte1-1/+5
2012-11-10l1_if: add 'log level' to dump_meas_res() functionHarald Welte1-4/+4
2012-11-10Measurement: Correctly report L1 SACCH uplink header in RSLHarald Welte1-1/+6