dexter has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/09/33909/1
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: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange