Home
last modified time | relevance | path

Searched refs:ip_type (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py521 ip_type="IPV4V6", argument
537 vnid.imscscf_iptype = ip_type
556 vnid.imscscf_iptype = ip_type
667 ip_type="IPV6")
673 ip_type="IPV6")
783 ip_type="IPV6")
789 ip_type="IPV6")
872 ip_type="IPV6")
878 ip_type="IPV6")
962 ip_type="IPV6")
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py4235 def ue_address_iptype(self, ip_type): argument
4244 if not isinstance(ip_type, IPAddressType):
4247 cmd = "PDNIPTYPE {},{}".format(self._pdn_number, ip_type.value)