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
9f3fdb37
Commit
9f3fdb37
authored
Jul 12, 2016
by
Miguel Angel Reina Ortega
Browse files
Minor Titan compilation issues fixed
parent
be1e054f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+1
-2
OneM2M_Types.ttcn
OneM2M_Types.ttcn
+1
-1
No files found.
OneM2M_Testcases.ttcn
View file @
9f3fdb37
...
...
@@ -4207,7 +4207,7 @@ module OneM2M_Testcases {
var
integer
v_resourceIndex
:=
-
1
;
v_request
:=
m_retrieveResource
(
f_getResourceAddress
(
-
2
)
&
"/"
&
v_resourceId
);
v_request
:=
valueof
(
m_retrieveResource
(
f_getResourceAddress
(
-
2
)
&
"/"
&
v_resourceId
)
)
;
v_request
.
primitiveContent
.
any_1
[
0
].
Group_optional
.
fanOutPoint
:=
c_fanoutPointAddress
;
...
...
@@ -4269,7 +4269,6 @@ module OneM2M_Testcases {
var
template
RequestPrimitive
v_createRequest
:=
m_createGroupBase
;
var
template
RequestPrimitive
v_updateRequest
:=
m_updateGroupBase
;
var
Group_optional
v_group_optional
;
v_updateRequest
.
primitiveContent
.
any_1
[
0
].
Group_optional
.
fanOutPoint
:=
c_fanoutPointAddress
;
...
...
OneM2M_Types.ttcn
View file @
9f3fdb37
...
...
@@ -4614,5 +4614,5 @@ with {
encode
"XML"
;
variant
"namespace as 'http://www.onem2m.org/xml/protocols' prefix 'm2m'"
;
variant
"controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"
;
extension
"anytype ServiceSubscribedAppRule_optional, charstring, AnyURI, AttributeList, AE, AccessControlPolicy, AccessControlPolicy_optional, ACP_update_invalid, AE_optional, AE_update_invalid,AEAnnc_optional, Container_optional, CSEBase_optional, Container_update_invalid, ContentInstance_optional, ContentInstance_update_invalid, Group_optional, Group_update_invalid, Schedule_optional, Schedule_update_invalid, Subscription_optional, Subscription_update_invalid, PollingChannel_optional, PollingChannel_update_invalid"
extension
"anytype ServiceSubscribedAppRule_optional, charstring, AnyURI, AttributeList, AE, AccessControlPolicy, AccessControlPolicy_optional, ACP_update_invalid, AE_optional, AE_update_invalid,AEAnnc_optional, Container_optional, CSEBase_optional, Container_update_invalid, ContentInstance_optional, ContentInstance_update_invalid, Group_optional, Group_update_invalid, Schedule_optional, Schedule_update_invalid, Subscription_optional, Subscription_update_invalid, PollingChannel_optional, PollingChannel_update_invalid
, LocationPolicy_optional, LocationPolicy_update_invalid
"
}
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