github.com/free5gc/openapi@v1.0.8/models/model_roaming_indication.go (about) 1 /* 2 * NSSF NS Selection 3 * 4 * NSSF Network Slice Selection Service 5 * 6 * API version: 1.0.0 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type RoamingIndication string 13 14 // List of RoamingIndication 15 const ( 16 RoamingIndication_NON_ROAMING RoamingIndication = "NON_ROAMING" 17 RoamingIndication_LOCAL_BREAKOUT RoamingIndication = "LOCAL_BREAKOUT" 18 RoamingIndication_HOME_ROUTED_ROAMING RoamingIndication = "HOME_ROUTED_ROAMING" 19 )