Searched refs:ip_type (Results 1 – 5 of 5) sorted by relevance
521 ip_type="IPV4V6", argument537 vnid.imscscf_iptype = ip_type556 vnid.imscscf_iptype = ip_type667 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 …]
748 def ip_type(self): member in Cmw500753 @ip_type.setter754 def ip_type(self, ip_type): argument760 if not isinstance(ip_type, IPAddressType):764 ip_type.value)
658 def set_ip_type(self, ip_type): argument664 self.cmw.ip_type = IP_ADDRESS_TYPE_MAPPING[ip_type]
513 def set_ip_type(self, ip_type): argument
4235 def ue_address_iptype(self, ip_type): argument4244 if not isinstance(ip_type, IPAddressType):4247 cmd = "PDNIPTYPE {},{}".format(self._pdn_number, ip_type.value)