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

v_action type changed to universal charstring to make it compatible with other variables


Signed-off-by: Miguel Angel Reina Ortega's avatarreinaortega <miguelangel.reinaortega@etsi.org>
parent 4ffda5a2
No related branches found
No related tags found
No related merge requests found
......@@ -2978,7 +2978,7 @@ module OneM2M_Functions {
}
function f_sendUtPrimitive(template UtTriggerPrimitive p_utRequest, in charstring p_action) runs on Tester {
function f_sendUtPrimitive(template UtTriggerPrimitive p_utRequest, in universal charstring p_action) runs on Tester {
if (PX_UT_IMPLEMENTED){
......
This diff is collapsed.
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