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

     1  /*
     2   * Namf_Location
     3   *
     4   * AMF Location 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 PositioningMethod string
    13  
    14  // List of PositioningMethod
    15  const (
    16  	PositioningMethod_CELLID              PositioningMethod = "CELLID"
    17  	PositioningMethod_ECID                PositioningMethod = "ECID"
    18  	PositioningMethod_OTDOA               PositioningMethod = "OTDOA"
    19  	PositioningMethod_BAROMETRIC_PRESSURE PositioningMethod = "BAROMETRIC_PRESSURE"
    20  	PositioningMethod_WLAN                PositioningMethod = "WLAN"
    21  	PositioningMethod_BLUETOOTH           PositioningMethod = "BLUETOOTH"
    22  	PositioningMethod_MBS                 PositioningMethod = "MBS"
    23  )