Loading ttcn/LibSip_Interface.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ module LibSip_Interface var template(value) RecordRoute vc_recordRoute; // value of RecordRoute header var boolean vc_boo_recordRoute := false; // boolean indicates valid recordRoute var template(omit) Route vc_route; // value of Route header var template Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var template(omit) Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var boolean vc_boo_route := false; // boolean indicates valid Route var Contact vc_contact; // value of Contact header Loading Loading
ttcn/LibSip_Interface.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ module LibSip_Interface var template(value) RecordRoute vc_recordRoute; // value of RecordRoute header var boolean vc_boo_recordRoute := false; // boolean indicates valid recordRoute var template(omit) Route vc_route; // value of Route header var template Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var template(omit) Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var boolean vc_boo_route := false; // boolean indicates valid Route var Contact vc_contact; // value of Contact header Loading