dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34500?usp=email )
Change subject: GPRS_Components: fix comment ......................................................................
GPRS_Components: fix comment
The confirmation is sent in both cases, PCH and AGCH
Related: OS#5927 Change-Id: I339dfd0c057d957d2ace24fd6821e54c25fe8eb2 --- M pcu/GPRS_Components.ttcn 1 file changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/00/34500/1
diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn index aaec6d3..6d1562e 100644 --- a/pcu/GPRS_Components.ttcn +++ b/pcu/GPRS_Components.ttcn @@ -1070,7 +1070,7 @@ t_imm_ass)) -> value data_msg { rr_imm_ass := data_msg.rr_msg; log("Rx Immediate Assignment: ", rr_imm_ass); - /* Send DATA.cnf back to the IUT (only needed for PCH) */ + /* Send DATA.cnf back to the IUT */ f_pcuif_tx_data_cnf(data_msg); setverdict(pass); } @@ -1187,7 +1187,7 @@ f_shutdown(__BFILE__, __LINE__); }
- /* Send DATA.cnf back to the IUT (only needed for PCH) */ + /* Send DATA.cnf back to the IUT */ f_pcuif_tx_data_cnf(data_msg); return rr_pag_req1; }