github.com/free5gc/openapi@v1.0.8/models/model_pdu_session_type.go (about) 1 /* 2 * NRF NFManagement Service 3 * 4 * NRF NFManagement Service 5 * 6 * API version: 1.0.1 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type PduSessionType string 13 14 // List of PduSessionType 15 const ( 16 PduSessionType_IPV4 PduSessionType = "IPV4" 17 PduSessionType_IPV6 PduSessionType = "IPV6" 18 PduSessionType_IPV4_V6 PduSessionType = "IPV4V6" 19 PduSessionType_UNSTRUCTURED PduSessionType = "UNSTRUCTURED" 20 PduSessionType_ETHERNET PduSessionType = "ETHERNET" 21 )