Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
c0804cab
Commit
c0804cab
authored
Feb 28, 2019
by
Miguel Angel Reina Ortega
Browse files
TC_CSE_DMR_UPD_014_SUB_RL - rateLimit set properly
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
8cd75e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
OneM2M_Testcases_CSE_Release_2.ttcn
OneM2M_Testcases_CSE_Release_2.ttcn
+3
-2
No files found.
OneM2M_Testcases_CSE_Release_2.ttcn
View file @
c0804cab
...
...
@@ -1030,6 +1030,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1
.
start
(
f_CSE_DMR_RET_020
(
int3
,
m_createContainerBase
,
int9
));
//ResultContent = 9 (modified attributes)
v_ae1
.
done
;
}
}
// end g_CSE_DMR_RET_020
group
g_CSE_DMR_RET_021
{
...
...
@@ -2163,8 +2164,8 @@ module OneM2M_Testcases_CSE_Release_2 {
// Local variables
var
AeSimu
v_ae1
:=
AeSimu
.
create
(
"AE1"
)
alive
;
var
RateLimit
v_rateLimit_1
:=
{
0
,
omit
};
var
RateLimit
v_rateLimit_2
:=
{
1
,
omit
};
var
RateLimit
v_rateLimit_1
:=
{
0
,
"PT20M"
};
var
RateLimit
v_rateLimit_2
:=
{
1
,
"PT30M"
};
var
template
RequestPrimitive
v_createRequest
:=
m_createSubscriptionBase
;
var
template
RequestPrimitive
v_updateRequest
:=
m_updateSubscriptionBase
;
var
ResponsePrimitive
v_responsePrimitive
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment