pespin submitted this change.

View Change


Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
pgw: Fix typo in comment

Change-Id: Ie768044d9f80cc3837685167d98a1e270d0abde4
---
M pgw/PGW_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn
index 281f816..fb893fc 100644
--- a/pgw/PGW_Tests.ttcn
+++ b/pgw/PGW_Tests.ttcn
@@ -1031,7 +1031,7 @@

d := activate(as_DIA_Gy_CCR(UPDATE_REQUEST));
f_ping4(mp_ping_hostname);
- /* Let the CCA reach the GGSN */
+ /* Let the CCA reach the PGW */
f_sleep(0.5);
deactivate(d);
f_validate_gy_cc_report(g_rx_gy, VALIDITY_TIME, (3..4), (28..1000), (28..1000));

To view, visit change 36343. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie768044d9f80cc3837685167d98a1e270d0abde4
Gerrit-Change-Number: 36343
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged