From bfb7459ba1738477d763c57b1c0d9f538436b06a Mon Sep 17 00:00:00 2001
From: Yann Garcia <yann.garcia@fscom.fr>
Date: Wed, 31 May 2023 09:14:43 +0200
Subject: [PATCH] Add psap entry

---
 ttcn/AtsImsIot/AtsImsIot_TestConfiguration.ttcn | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ttcn/AtsImsIot/AtsImsIot_TestConfiguration.ttcn b/ttcn/AtsImsIot/AtsImsIot_TestConfiguration.ttcn
index 237f831..0e1161a 100644
--- a/ttcn/AtsImsIot/AtsImsIot_TestConfiguration.ttcn
+++ b/ttcn/AtsImsIot/AtsImsIot_TestConfiguration.ttcn
@@ -76,6 +76,8 @@ module AtsImsIot_TestConfiguration {
 		const charstring c_s6a := "S6a";
 		//* interface monitor name Rx
 		const charstring c_gx := "Gx";
+		//* interface monitor name Mm/Mx/Mw
+		const charstring c_psap := "Psap";
 	}
 	
 	group mappingFunctions {
-- 
GitLab