github.com/free5gc/openapi@v1.0.8/models/model_ims_vo_ps.go (about)

     1  /*
     2   * Nudm_UECM
     3   *
     4   * Nudm Context Management 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 ImsVoPs string
    13  
    14  // List of ImsVoPs
    15  const (
    16  	ImsVoPs_HOMOGENEOUS_SUPPORT        ImsVoPs = "HOMOGENEOUS_SUPPORT"
    17  	ImsVoPs_HOMOGENEOUS_NON_SUPPORT    ImsVoPs = "HOMOGENEOUS_NON_SUPPORT"
    18  	ImsVoPs_NON_HOMOGENEOUS_OR_UNKNOWN ImsVoPs = "NON_HOMOGENEOUS_OR_UNKNOWN"
    19  )