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

     1  /*
     2   * Nchf_ConvergedCharging
     3   *
     4   * ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 3.0.3
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type RatType string
    13  
    14  // List of RatType
    15  const (
    16  	RatType_NR             RatType = "NR"
    17  	RatType_EUTRA          RatType = "EUTRA"
    18  	RatType_WLAN           RatType = "WLAN"
    19  	RatType_VIRTUAL        RatType = "VIRTUAL"
    20  	RatType_NBIOT          RatType = "NBIOT"
    21  	RatType_WIRELINE       RatType = "WIRELINE"
    22  	RatType_WIRELINE_CABLE RatType = "WIRELINE_CABLE"
    23  	RatType_WIRELINE_BBF   RatType = "WIRELINE_BBF"
    24  	RatType_LTE_M          RatType = "LTE-M"
    25  	RatType_NR_U           RatType = "NR_U"
    26  	RatType_EUTRA_U        RatType = "EUTRA_U"
    27  	RatType_TRUSTED_N3_GA  RatType = "TRUSTED_N3GA"
    28  	RatType_TRUSTED_WLAN   RatType = "TRUSTED_WLAN"
    29  	RatType_UTRA           RatType = "UTRA"
    30  	RatType_GERA           RatType = "GERA"
    31  )