Change in osmo-ttcn3-hacks[master]: pcu: Parse ChCodingCommand on CCHAN Ul Ass

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu May 28 17:00:34 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18380 )

Change subject: pcu: Parse ChCodingCommand on CCHAN Ul Ass
......................................................................

pcu: Parse ChCodingCommand on CCHAN Ul Ass

Change-Id: I8bf13f763bd8aa8d8a39f6b2757d5da01437cc05
---
M pcu/GPRS_Components.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 9dbdb04..2628938 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -168,6 +168,7 @@
 		ul_tbf.is_egprs := false;
 		if (match(ul_tbf.ass.ccch, tr_PacketUlDynAssign)) {
 			ul_tbf.tfi := ul_tbf.ass.ccch.dynamic.tfi_assignment;
+			ul_tbf.tx_cs_mcs := f_rlcmac_block_ChCodingCommand2cs_mcs(ul_tbf.ass.ccch.dynamic.ch_coding_cmd);
 			ul_tbf.usf[tn_allocated] := ul_tbf.ass.ccch.dynamic.usf;
 		} else if (match(ul_tbf.ass.ccch, tr_PacketUlSglAssign)) {
 			/* Nothing to do here  yet */
@@ -178,6 +179,7 @@
 		ul_tbf.is_egprs := true;
 		if (match(ul_tbf.ass.ccch_egprs, tr_EgprsUlAssDynamic)) {
 			ul_tbf.tfi := ul_tbf.ass.ccch_egprs.dynamic.tfi_assignment;
+			ul_tbf.tx_cs_mcs := f_rlcmac_block_EgprsChCodingCommand2cs_mcs(ul_tbf.ass.ccch_egprs.dynamic.egprs_ch_coding_cmd);
 			ul_tbf.usf[tn_allocated] := ul_tbf.ass.ccch_egprs.dynamic.usf;
 		} else if (match(ul_tbf.ass.ccch_egprs, tr_EgprsUlAssMultiblock)) {
 			/* Nothing to do here yet */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18380
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8bf13f763bd8aa8d8a39f6b2757d5da01437cc05
Gerrit-Change-Number: 18380
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200528/c2ac47e8/attachment.htm>


More information about the gerrit-log mailing list