Harald Welte has submitted this change and it was merged.

Change subject: RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH
......................................................................


RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH

This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel
as back-haul.

Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d
---
M openbsc/src/libbsc/abis_rsl.c
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index 5939e75..26cafc2 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -507,6 +507,13 @@
 
        msgb_tv_put(msg, RSL_IE_ACT_TYPE, RSL_ACT_OSMO_PDCH);
 
+       if (lchan->ts->trx->bts->type == GSM_BTS_TYPE_RBS2000 &&
+           lchan->ts->trx->bts->rbs2000.use_superchannel) {
+               const uint8_t eric_pgsl_tmr[] = { 30, 1 };
+               msgb_tv_fixed_put(msg, RSL_IE_ERIC_PGSL_TIMERS,
+                                 sizeof(eric_pgsl_tmr), eric_pgsl_tmr);
+       }
+
        msg->dst = lchan->ts->trx->rsl_link;
 
        return abis_rsl_sendmsg(msg);

-- 
To view, visit https://gerrit.osmocom.org/2038
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d
Gerrit-PatchSet: 2
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to