Skip to content
Snippets Groups Projects
Commit cbca3530 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

f_cse_notifyProcedure_subscriptionVerificationHandler - small correction

parent 5fd38c52
No related branches found
No related tags found
1 merge request!25Ae fixes
...@@ -931,7 +931,7 @@ module OneM2M_Functions { ...@@ -931,7 +931,7 @@ module OneM2M_Functions {
tc_ac.start; tc_ac.start;
alt { alt {
[] mcaPort.receive(mw_request(mw_notify(valueof(v_notificationRequest)))) -> value v_request { [] mcaPort.receive(mw_request(mw_notify(v_notificationRequest))) -> value v_request {
tc_ac.stop; tc_ac.stop;
setverdict(pass, __SCOPE__ & ":INFO: Notification received"); setverdict(pass, __SCOPE__ & ":INFO: Notification received");
v_responsePrimitive.requestIdentifier := v_request.primitive.requestPrimitive.requestIdentifier; v_responsePrimitive.requestIdentifier := v_request.primitive.requestPrimitive.requestIdentifier;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment