dexter has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33909
)
Change subject: S1AP_Emulation: fix incorrect comment
......................................................................
S1AP_Emulation: fix incorrect comment
Related: OS#5760
Change-Id: I1134ddf1f847dd297b13f0664099da6fdc8059bd
---
M library/S1AP_Emulation.ttcn
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/library/S1AP_Emulation.ttcn b/library/S1AP_Emulation.ttcn
index a907483..9b159d4 100644
--- a/library/S1AP_Emulation.ttcn
+++ b/library/S1AP_Emulation.ttcn
@@ -105,7 +105,7 @@
port S1AP_Conn_PT S1AP_CLIENT;
/* currently tracked connections */
var AssociationData S1apAssociationTable[16];
- /* pending expected CRCX */
+ /* pending expected S1AP Association (UE oriented) */
var ExpectData S1apExpectTable[8];
/* procedure based port to register for incoming connections */
port S1APEM_PROC_PT S1AP_PROC;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33909
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: I1134ddf1f847dd297b13f0664099da6fdc8059bd
Gerrit-Change-Number: 33909
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged