View Issue Details

IDProjectCategoryView StatusLast Update
0000041easycwmpEnhancementpublic2015-03-16 10:58
Reportermohamed.kallel Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Platformversion 1.1.1 
Summary0000041: remove the "$1" "$2" "$3" from the definition of data model parameters in the scripts
DescriptionRemove the "$1" "$2" "$3" from the definition of data model parameters in the scripts. And use global variable instead

Change the use of "$1" "$2" "$3" by using global variables

example: change the following lines:

case "$1" in ""|"$DMROOT."|"$DMROOT.DeviceInfo."*)
    common_execute_method_obj "$1" "$2" "$3" "$DMROOT.DeviceInfo." "0"
    common_execute_method_param "$1" "$2" "$3" "$DMROOT.DeviceInfo.SpecVersion" "0" "echo 1.0" "" "" "1"

BY

case "$1" in ""|"$DMROOT."|"$DMROOT.DeviceInfo."*)
    common_execute_method_obj "$DMROOT.DeviceInfo." "0"
    common_execute_method_param "$DMROOT.DeviceInfo.SpecVersion" "0" "echo 1.0" "" "" "1"
TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2015-03-16 10:58

administrator   ~0000146

fixed in the version EasyCwmp-1.1.2

Issue History

Date Modified Username Field Change
2015-03-04 11:46 mohamed.kallel New Issue
2015-03-04 11:47 mohamed.kallel Description Updated
2015-03-16 10:58 mohamed.kallel Note Added: 0000146
2015-03-16 10:58 mohamed.kallel Status new => resolved
2015-03-16 10:58 mohamed.kallel Resolution open => fixed
2015-03-16 10:58 mohamed.kallel Assigned To => mohamed.kallel