From c52aa9079a6cfa4e11707c882ac95032ceed8f1f Mon Sep 17 00:00:00 2001 From: AHMADABB <AHMADABB@IM00400.etsihq.org> Date: Tue, 6 Mar 2018 10:58:52 +0100 Subject: [PATCH] Test for commit in template SecurityInfo --- LibOneM2M/OneM2M_Templates.ttcn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn index f7a3821..c023d0b 100644 --- a/LibOneM2M/OneM2M_Templates.ttcn +++ b/LibOneM2M/OneM2M_Templates.ttcn @@ -1343,7 +1343,8 @@ module OneM2M_Templates { /** * @desc SecurityInfo content - * @param p_securityInfoType security type integer + * @param p_securityInfoType security type integer + * This is a test for git commit from TTworkbench */ template SecurityInfo m_contentSecurityInfo (in SecurityInfoType p_securityInfoType) := { securityInfoType := p_securityInfoType, -- GitLab