aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-29libbsc/pcu_sock.c: pcu_tx_info_ind allow to use TRX not starting from 0laforge/rbs2000Alexander Couzens1-1/+1
2016-11-29libbsc: enable pcu_direct to flag PCU_IF_FLAG_SYSMOAlexander Couzens1-1/+1
2016-11-28libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2-4/+16
2016-11-21pcu_sock: Send non-NULL hLayer1 to PCUHarald Welte1-0/+1
2016-11-17pcu_sock: Forward paging request from PCU via RSL to BTSHarald Welte1-9/+45
2016-11-17RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte3-3/+9
2016-11-17pcu_if: remove function to transmit RTS requestHarald Welte2-34/+0
2016-11-17pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte1-3/+3
2016-11-17pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()Harald Welte1-16/+4
2016-11-17pcu_if: make pcu_connected() privateHarald Welte3-20/+19
2016-11-17HACK: re-activate dynamic PDCH after activation failureHarald Welte1-2/+8
2016-11-17WIP: PCU interface integration into BSCHarald Welte9-157/+192
2016-11-17pcu_if: original pcu sock interface from osmo-btsPhilipp3-0/+1101
2016-11-16RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCHHarald Welte1-0/+7
2016-11-16OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req AckHarald Welte3-0/+32
2016-11-16OM2000: Change the order of MO initializationHarald Welte1-16/+17
2016-11-16OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte1-0/+2
2016-11-16HACK: Don't require TRX numbers to start at 0Harald Welte3-56/+50
2016-11-16unixsocket: include UNIXSOCKET into sabmAlexander Couzens1-2/+4
2016-11-16OM2000: Fix missing dynamic TCH initializationHarald Welte1-0/+12
2016-11-16OM2000: Add three IEs to TCH activation about which we have no clueHarald Welte1-0/+4
2016-11-16rsl: support for ericssons propritary SI13 formatPhilipp1-2/+11
2016-11-16OM2000: Fixup based on Coverity Scan suggestionPhilipp1-2/+2
2016-11-16rbs2000: Add missing bts feature definitionsPhilipp1-0/+2
2016-11-15abisip-find: use protocol constantMax1-2/+2
2016-11-15SNDCP: Fixup based on Coverity Scan suggestionPhilipp1-1/+1
2016-11-15test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann2-0/+276
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann3-13/+27
2016-11-13OM2000: CON MO: Allow larger range for CCP and CI valuesHarald Welte1-2/+2
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte5-69/+235
2016-11-11RBS2000: Ensure the is-connection-list command is only used on RBS2000Harald Welte1-0/+6
2016-11-11RBS2000: Avoid segfault if ts->lapd instance doesn't existHarald Welte1-0/+2
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
2016-11-10OM2000: disallow ip.access style TCH/F_PDCH pchan typeNeels Hofmeyr1-0/+9
2016-11-10OM2000: for TS conf of dyn TS, always send TCH/F chan combNeels Hofmeyr1-5/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-11-09OM2000: Throw error when MO can not be enabledPhilipp1-0/+10
2016-11-09om2000: added support for ericssons sabm negotiationPhilipp1-0/+3
2016-11-09OM2000: Add fault report parsingPhilipp1-1/+129
2016-11-09RBS2000: re-establish any lost signalling linksHarald Welte1-0/+12
2016-11-09om2000: Add support for querying RBS capabilitiesroot3-0/+28
2016-11-09lchan: Release channel in case of late activation ackHolger Hans Peter Freyther1-3/+28
2016-11-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-11-09OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte1-1/+1
2016-11-08WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte4-286/+1132
2016-11-03bsc_vty: include dyn TS info in vty show lchanNeels Hofmeyr1-3/+53
2016-11-02log: count_codecs(): drop logging of non-TCH lchan typesNeels Hofmeyr1-3/+0
2016-11-02mncc_builtin: Properly reject DTMFlynxis/masterHarald Welte1-0/+2
2016-11-01Cosmetic: Add missing switch to usage helpPhilipp1-0/+1