aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-31split MM states from PMM stateslynxis/rbs2000Alexander Couzens2-8/+19
2017-01-31sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens6-50/+50
2017-01-31sgsn/gprs_gmm: use qos parameters from ggsnAlexander Couzens1-2/+2
2017-01-31fixup! pcu_sock: Fix broken paging commandAlexander Couzens1-1/+1
2017-01-17pcu_sock: Fix broken paging commandPhilipp1-8/+21
2016-12-20fixup for: gprs: T3186 encoding in Sysinfo 13Philipp1-3/+2
2016-12-20gprs: T3186 encoding in Sysinfo 13Philipp1-1/+8
2016-12-16sndcp: Allow empty SNDCP-XID indicationsPhilipp5-49/+68
2016-12-15pcu_sock: Avoid allowing MCS, when no GPRS is configuredPhilipp1-18/+20
2016-12-15LLC: Fixup element order in LLC-XIDPhilipp1-2/+2
2016-12-09abis_rsl: add check for field tag in IMM.ass sent msgPhilipp1-0/+4
2016-12-09cosmetic: removed a few straying debug printfsPhilipp2-4/+0
2016-12-08bsc_init/bts_ericsson: Improved log outputPhilipp2-0/+7
2016-12-02fixup PCU_IF_SAPI_AGCH_DT sapi_string()Alexander Couzens1-1/+1
2016-12-02Draft implementation to catch the Immedaiate assign messignPhilipp Maier4-0/+56
2016-12-02pcu_sock: implement direct tlli on AGCHAlexander Couzens2-1/+34
2016-12-02libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation mes...Alexander Couzens2-2/+24
2016-12-02libbsc: use 32bit random instead of 24 bit randomnessAlexander Couzens1-4/+1
2016-12-02libbsc: add ericsson specific f1 trail to receive a confirmationAlexander Couzens1-0/+5
2016-12-01libbsc/abis_om2000: fix typo and compiler warningAlexander Couzens1-1/+1
2016-12-01libbsc/pcu_sock: remove const qualifierAlexander Couzens1-1/+1
2016-12-01pcu_sock: add missing headersAlexander Couzens1-0/+2
2016-12-01abis_om2k: protect mo fsms by NULL checkAlexander Couzens1-1/+17
2016-12-01libbsc/rbs2000: delay the ALTRQ request by 3 secAlexander Couzens2-2/+12
2016-11-29libbsc: fix wrong mask introduced by 95db69b7 in chreqAlexander Couzens1-1/+1
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