5688: Digitmap parameter implentation
Test Cases:
- Set the value of MinimumNumberDigits / InterDigitTimerOpen/MaxNumberDigits - Can be successfully set Like ubus call usp set "{'proto':'usp','path':'Device.Services.VoiceService.1.CallControl.NumberingPlan.1.MinimumNumberDigits','value':'3'}"
- Get the value of MinimumNumberDigits /InterDigitTimerOpen/MaxNumberDigits - Can be successfully get Like : ubus -t 3 call usp get "{'proto':'usp','path':'Device.Services.VoiceService.1.CallControl.NumberingPlan.1.MinimumNumberDigits'}"
- Try to set a invalid value to the MinimumNumberDigits / InterDigitTimerOpen/MaxNumberDigits - An error is thrown and setting is failed.