/* @desc 'address digits' value received in the 'Generic number' parameter in the ANM message, when the Nature of Address is 'national (sign.) number'.
/* @desc Default 'address digits' value received in the 'Connected number' parameter in the ANM message, when the Connected number is 'national (sign.) number'.
/* @desc Default 'address digits' value sent in the 'Connected number' parameter in the ANM message, when the Connected number is 'national (sign.) number'.
/* TX template for Optional forward call indicators (OFCI); Optional (O) format, with Connected line identity request indicator = 'requested' and default values otherwise. */
{
paramType:='00001000'B,/* Parameter Type '00001000'B */
paramLen:='00000001'B,/* Parameter Length field */
cUGCallIndicator:='00'B,/* bits BA: Closed user group call indicator */
simpleSegIndicator:='0'B,/* bit C: Simple segmentation indicator */
spare:='0000'B,/* bits G-D: spare */
cLIRequestIndicator:=c_OFCI_conLineIdRqInd_req/* bit H: Connected line identity request indicator */
/* TX template for Optional forward call indicators (OFCI); Optional (O) format, with Closed user group call indicator parameterized and default values otherwise. */
/* TX template for Optional forward call indicators (OFCI); Optional (O) format, with Connected line identity request and CUG call indicator parametrized. */
{
paramType:='00001000'B,/* Parameter Type '00001000'B */
paramLen:='00000001'B,/* Parameter Length field */
cUGCallIndicator:=p_cugCallInd,/* bits BA: Closed user group call indicator */
simpleSegIndicator:='0'B,/* bit C: Simple segmentation indicator */
spare:='0000'B,/* bits G-D: spare */
cLIRequestIndicator:='0'B/* bit H: Connected line identity request indicator */
cLIRequestIndicator:=p_cLIRequestInd/* bit H: Connected line identity request indicator */