summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* split MM states from PMM stateslynxis/rbs2000Alexander Couzens2017-01-312-8/+19
* sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens2017-01-316-50/+50
* sgsn/gprs_gmm: use qos parameters from ggsnAlexander Couzens2017-01-311-2/+2
* fixup! pcu_sock: Fix broken paging commandAlexander Couzens2017-01-311-1/+1
* pcu_sock: Fix broken paging commandPhilipp2017-01-171-8/+21
* fixup for: gprs: T3186 encoding in Sysinfo 13Philipp2016-12-201-3/+2
* gprs: T3186 encoding in Sysinfo 13Philipp2016-12-201-1/+8
* sndcp: Allow empty SNDCP-XID indicationsPhilipp2016-12-165-49/+68
* pcu_sock: Avoid allowing MCS, when no GPRS is configuredPhilipp2016-12-151-18/+20
* LLC: Fixup element order in LLC-XIDPhilipp2016-12-151-2/+2
* abis_rsl: add check for field tag in IMM.ass sent msgPhilipp2016-12-091-0/+4
* cosmetic: removed a few straying debug printfsPhilipp2016-12-092-4/+0
* bsc_init/bts_ericsson: Improved log outputPhilipp2016-12-082-0/+7
* fixup PCU_IF_SAPI_AGCH_DT sapi_string()Alexander Couzens2016-12-021-1/+1
* Draft implementation to catch the Immedaiate assign messignPhilipp Maier2016-12-024-0/+56
* pcu_sock: implement direct tlli on AGCHAlexander Couzens2016-12-022-1/+34
* libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation messageAlexander Couzens2016-12-022-2/+24
* libbsc: use 32bit random instead of 24 bit randomnessAlexander Couzens2016-12-021-4/+1
* libbsc: add ericsson specific f1 trail to receive a confirmationAlexander Couzens2016-12-021-0/+5
* libbsc/abis_om2000: fix typo and compiler warningAlexander Couzens2016-12-011-1/+1
* libbsc/pcu_sock: remove const qualifierAlexander Couzens2016-12-011-1/+1
* pcu_sock: add missing headersAlexander Couzens2016-12-011-0/+2
* abis_om2k: protect mo fsms by NULL checkAlexander Couzens2016-12-011-1/+17
* libbsc/rbs2000: delay the ALTRQ request by 3 secAlexander Couzens2016-12-012-2/+12
* libbsc: fix wrong mask introduced by 95db69b7 in chreqAlexander Couzens2016-11-291-1/+1
* libbsc/pcu_sock.c: pcu_tx_info_ind allow to use TRX not starting from 0laforge/rbs2000Alexander Couzens2016-11-291-1/+1
* libbsc: enable pcu_direct to flag PCU_IF_FLAG_SYSMOAlexander Couzens2016-11-291-1/+1
* libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2016-11-282-4/+16
* pcu_sock: Send non-NULL hLayer1 to PCUHarald Welte2016-11-211-0/+1
* pcu_sock: Forward paging request from PCU via RSL to BTSHarald Welte2016-11-171-9/+45
* RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte2016-11-173-3/+9
* pcu_if: remove function to transmit RTS requestHarald Welte2016-11-172-34/+0
* pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte2016-11-171-3/+3
* pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()Harald Welte2016-11-171-16/+4
* pcu_if: make pcu_connected() privateHarald Welte2016-11-173-20/+19
* HACK: re-activate dynamic PDCH after activation failureHarald Welte2016-11-171-2/+8
* WIP: PCU interface integration into BSCHarald Welte2016-11-179-157/+192
* pcu_if: original pcu sock interface from osmo-btsPhilipp2016-11-173-0/+1101
* RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCHHarald Welte2016-11-161-0/+7
* OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req AckHarald Welte2016-11-163-0/+32
* OM2000: Change the order of MO initializationHarald Welte2016-11-161-16/+17
* OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte2016-11-161-0/+2
* HACK: Don't require TRX numbers to start at 0Harald Welte2016-11-163-56/+50
* unixsocket: include UNIXSOCKET into sabmAlexander Couzens2016-11-161-2/+4
* OM2000: Fix missing dynamic TCH initializationHarald Welte2016-11-161-0/+12
* OM2000: Add three IEs to TCH activation about which we have no clueHarald Welte2016-11-161-0/+4
* rsl: support for ericssons propritary SI13 formatPhilipp2016-11-161-2/+11
* OM2000: Fixup based on Coverity Scan suggestionPhilipp2016-11-161-2/+2
* rbs2000: Add missing bts feature definitionsPhilipp2016-11-161-0/+2
* abisip-find: use protocol constantMax2016-11-151-2/+2