Loading LibIot/LibIot_TypesAndValues.ttcn +6 −3 Original line number Diff line number Diff line Loading @@ -162,11 +162,14 @@ module LibIot_TypesAndValues { //type record (2..infinity) of InterfaceInfo InterfaceInfoList; type record of InterfaceInfo InterfaceInfoList; type record of charstring ProtoList; type enumerated ProtocolFilter { e_sip, e_dns } type record SetFilterReq { ProtoList protocols, InterfaceInfoList InterfaceInfos ProtocolFilter protocol, InterfaceInfoList interfaceInfos } Loading Loading
LibIot/LibIot_TypesAndValues.ttcn +6 −3 Original line number Diff line number Diff line Loading @@ -162,11 +162,14 @@ module LibIot_TypesAndValues { //type record (2..infinity) of InterfaceInfo InterfaceInfoList; type record of InterfaceInfo InterfaceInfoList; type record of charstring ProtoList; type enumerated ProtocolFilter { e_sip, e_dns } type record SetFilterReq { ProtoList protocols, InterfaceInfoList InterfaceInfos ProtocolFilter protocol, InterfaceInfoList interfaceInfos } Loading