LocationAPI_TypesAndValues.ttcn 12.8 KB
Newer Older
Yann Garcia's avatar
Yann Garcia committed
module LocationAPI_TypesAndValues {
  
Yann Garcia's avatar
Yann Garcia committed
  // JSON
  import from JSON all;
  
Yann Garcia's avatar
Yann Garcia committed
  // LibCommon
  import from LibCommon_BasicTypesAndValues all;
YannGarcia's avatar
YannGarcia committed
  /**
   * @desc The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
   */
  type UInt32 Seconds;

  /**
   * @desc The nanoseconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
   */
  type UInt32 NanoSeconds;

Yann Garcia's avatar
Yann Garcia committed
  /**
   * @desc
   * @member seconds The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
   * @member nanoSeconds The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
   */
Yann Garcia's avatar
Yann Garcia committed
  type record TimeStamp {
YannGarcia's avatar
YannGarcia committed
    Seconds seconds,
    NanoSeconds nanoSeconds
Yann Garcia's avatar
Yann Garcia committed
  /**
   * @desc A type containing list of users.
   * @member user Collection of the zone information list.
   * @member resourceURL Self referring URL.
   */
  type record of UserInfo UserInfos;
  type record UserList {
    UserInfos user optional,
Yann Garcia's avatar
Yann Garcia committed
    ResourceURL resourceURL
Yann Garcia's avatar
Yann Garcia committed
  }
Yann Garcia's avatar
Yann Garcia committed
  
  /**
   * @desc A type containing location information with latitude, longitude and altitude, in addition the accuracy of the information are provided.
Yann Garcia's avatar
Yann Garcia committed
   * @member latitude
   * @member longitude
   * @member altitude
   * @member accuracy
Yann Garcia's avatar
Yann Garcia committed
   */
  type record LocationInfo {
Yann Garcia's avatar
Yann Garcia committed
    JSON.Number latitude,
    JSON.Number longitude,
    JSON.Number altitude optional,
Yann Garcia's avatar
Yann Garcia committed
    UInt32 accuracy
Yann Garcia's avatar
Yann Garcia committed
  } // End of type LocationInfo
  
  /**
   * @desc A type containing zone information.
Yann Garcia's avatar
Yann Garcia committed
   * @member zoneId Identifier of zone
   * @member numberOfAccessPoints The number of access points within the zone
   * @member numberOfUnservicableAccessPoints Number of inoperable access points within the zone.
   * @member numberOfUsers The number of users currently on the access point.
   * @member resourceURL Self referring URL.
Yann Garcia's avatar
Yann Garcia committed
   */
  type record ZoneInfo {
Yann Garcia's avatar
Yann Garcia committed
    ZoneId zoneId,
    NumberOfAccessPoints numberOfAccessPoints,
    NumberOfUnserviceableAccessPoints numberOfUnservicableAccessPoints,
    NumberOfUsers numberOfUsers,
    ResourceURL resourceURL
Yann Garcia's avatar
Yann Garcia committed
  }
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Collection of the zone information list.
   * @member zone Collection of the zone information list.
   * @member resourceURL Self referring URL.
   */
  type record of ZoneInfo ZoneInfos;
  type record ZoneList {
    ZoneInfos zone optional,
Yann Garcia's avatar
Yann Garcia committed
    ResourceURL resourceURL
  }

  /**
   * @desc Identifier of access point, <E-CGI><Cell Portion ID> (reference ETSI TS 129 171). Where the E-CGI is made up of the PLMN and Cell Identity (28 bit string). Then the PLMN is made up of the 3 digit MCC & 2 or 3 digit MNC. The Cell Portion is an optional element
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String AccessPointId;
Yann Garcia's avatar
Yann Garcia committed
  
  /**
   * @desc A type containing access point information.
   * @member accessPointId
   * @member connectionType The connection type for the access poin
   * @member operationStatus The operation status of the access point
   * @member numberOfUsers The number of users currently on the access point.
   * @member resourceURL Self referring URL.
   */
  type record AccessPointInfo {
    AccessPointId accessPointId,
Yann Garcia's avatar
Yann Garcia committed
    LocationInfo locationInfo optional,
Yann Garcia's avatar
Yann Garcia committed
    ConnectionType connectionType,
    OperationStatus operationStatus,
Yann Garcia's avatar
Yann Garcia committed
    NumberOfUsers numberOfUsers,
    InterestRealm interestRealm,
Yann Garcia's avatar
Yann Garcia committed
    ResourceURL resourceURL
  }
Yann Garcia's avatar
Yann Garcia committed
  type record of AccessPointInfo AccessPointInfos;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc A type containing list of access points.
   * @member zoneId 
   * @member accessPoint Collection of the access point information list.
   * @member resourceURL 
   */
  type record AccessPointList {
    ZoneId zoneId,
Yann Garcia's avatar
Yann Garcia committed
    AccessPointInfos accessPoint optional,
Yann Garcia's avatar
Yann Garcia committed
    ResourceURL resourceURL
  }

  /**
   * @desc Address of user (e.g. \"sip\" URI, \"tel\" URI, \"acr\" URI).
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String Address
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Reserved for future use.
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String AncillaryInfo;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc CallBackData if passed by the application during the associated ZonalTrafficSubscription and UserTrackingSubscription operation. See [\
REST_NetAPI_Common].
   */
Yann Garcia's avatar
Yann Garcia committed
  type JSON.String CallbackData;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Notification callback definition.
   * @member notifyURL 
   */
  type record CallbackReference {
    NotifyURL notifyURL
Yann Garcia's avatar
Yann Garcia committed
  }

  /**
Yann Garcia's avatar
Yann Garcia committed
   * @desc Uniquely identifies this create subscription request. If there is a communication failure during the request, using the same clientCorrelator when retrying the request allows the operator to avoid creating a duplicate subscription.
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String ClientCorrelator;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc The connection type for the access point
Yann Garcia's avatar
Yann Garcia committed
   */
  type enumerated ConnectionType {
Yann Garcia's avatar
Yann Garcia committed
    Femto,
    LTE_femto,
    Smallcell,
    LTE_smallcell,
    Wifi,
    Pico,
    Micro,
    Macro,
    Wimax,
    Unknown
Yann Garcia's avatar
Yann Garcia committed
  }

Yann Garcia's avatar
Yann Garcia committed
  /**
   * @desc Contextual information of a user location (e.g., aisle, floor, room number, etc.)
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String ContextLocationInfo;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Zone ID
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String CurrentAccessPointId;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Period (in seconds) of time notifications are provided for. If set to \"0\" (zero), a default duration time, which is specified by the service policy, will be used. If the parameter is omitted, the notifications will continue until the maximum duration time, which is specified by the service policy, unless the notifications are stopped by deletion of subscription for notifications. This element MAY be given by the client during resource creation in order to signal the desired lifetime of the subscription. The server MUST return in this element the period of time for which the subscription will still be valid.
   */
Yann Garcia's avatar
Yann Garcia committed
  type JSON.Date Duration;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Interest realm of access point (e.g. geographical area, a type of industry etc.).
   */
Yann Garcia's avatar
Yann Garcia committed
  type JSON.String InterestRealm;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Link to other resources
   * @member rel Describes the relationship between the URI and the resource.
   * @member href UTI
   */
  type record Link {
YannGarcia's avatar
YannGarcia committed
    JSON.String rel,
    JSON.String href
Yann Garcia's avatar
Yann Garcia committed
  }

  /**
   * @desc The URL of your own listener application.
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String NotifyURL;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc The number of access points within the zone
   */
  type UInt32 NumberOfAccessPoints;

  /**
   * @desc Number of inoperable access points within the zone.
   */
  type UInt32 NumberOfUnserviceableAccessPoints;

  /**
   * @desc The number of users currently on the access point.
   */
  type UInt32 NumberOfUsers;

  /**
   * @desc Threshold number of users in an access point which if crossed shall cause a notification.
   */
  type UInt32 NumberOfUsersAPThreshold;

  /**
   * @desc This element shall be present when ZoneStatusSubscription includes numberOfUsersAPThreshold element and the number of users in an access point exceeds the threshold defined in the subscription.
   */
  type UInt32 NumberOfUsersInAP;

  /**
   * @desc Threshold number of users in a zone which if crossed shall cause a notification.
   */
  type UInt32 NumberOfUsersInZone;

  /**
   * @desc Threshold number of users in a zone which if crossed shall cause a notification.
   */
  type UInt32 NumberOfUsersZoneThreshold;

Yann Garcia's avatar
Yann Garcia committed
  /**
   * @desc The operation status of the access point
   */
  type enumerated OperationStatus {
Yann Garcia's avatar
Yann Garcia committed
    Serviceable,
    Unserviceable,
    Unknown
Yann Garcia's avatar
Yann Garcia committed
  }
Yann Garcia's avatar
Yann Garcia committed
  /**
Yann Garcia's avatar
Yann Garcia committed
   * @desc Zone ID
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String PreviousAccessPointId;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Self referring URL
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.AnyURI ResourceURL;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Indicates the time of day for zonal presence notification.
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String Timestamp;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc Time zone of access point
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String Timezone;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc User event
   */
  type enumerated UserEventType {
    Entering,
    Leaving,
    Transferring
  }

  /**
   * @desc List of user event values to generate notifications for (these apply to address specified). If this element is missing, a notification is requested to be generated for any change in user event.
   */
  type record of UserEventType UserEventCriteria;

  /**
   * @desc A type containing user information.
   * @member address_ Address of user (e.g. \"sip\" URI, \"tel\" URI, \"acr\" URI).
   * @member accessPointId Identifier of access point, <E-CGI><Cell Portion ID> (reference ETSI TS 129 171).
   * @member zoneId Identifier of zone
Yann Garcia's avatar
Yann Garcia committed
   * @member resourceURL Self referring URL.
Yann Garcia's avatar
Yann Garcia committed
   * @member locationInfo A type containing location information with latitude, longitude and altitude, in addition the accuracy of the information are provided.
   * @member contextLocationInfo 
   * @member ancillaryInfo 
Yann Garcia's avatar
Yann Garcia committed
   */
Yann Garcia's avatar
Yann Garcia committed
  type record UserInfo {
    Address address_,
    AccessPointId accessPointId,
    ZoneId zoneId,
    ResourceURL resourceURL,
    LocationInfo locationInfo optional,
    ContextLocationInfo contextLocationInfo optional,
    AncillaryInfo ancillaryInfo optional
  } with {
    variant (address_) "name as 'address'";
  } // End of type UserInfo

  /**
   * @desc A type containing user tracking subscription.
   * @member 
   */
  type record UserTrackingSubscription {
    ClientCorrelator clientCorrelator optional,
    CallbackReference callbackReference,
    Address address_,
    UserEventCriteria userEventCriteria optional,
    ResourceURL resourceURL optional
  } with {
    variant (address_) "name as 'address'";
  }

  /**
   * @desc A type containing zonal presence notification
   * @member 
   * @member link Link to other resources that are in relationship with this notification. The server SHOULD include a link to the related subscription. No other links are required or suggested by this specification.
   */
  type record ZonalPresenceNotification {
    CallbackReference callbackReference optional,
    ZoneId zoneId,
    Address address_,
    InterestRealm interestRealm optional,
    UserEventType userEventType,
    CurrentAccessPointId currentAccessPointId,
    PreviousAccessPointId previousAccessPointId optional,
    Timestamp timestamp_,
    Link link optional
  } with {
    variant (address_) "name as 'address'";
    variant (timestamp_) "name as 'timestamp'";
  }

  /**
   * @desc A type containing zonal traffic subscription
   * @member
   * @member interestRealm Interest realms of access points within a zone (e.g. geographical area, a type of industry etc.).
   * @member userEventCriteria List of user event values to generate notifications for (these apply to zone identifier or all interest realms within zone identifier specified). If this element is missing, a notification is requested to be generated for any change in user event.
   * @member resourceURL 
   */
  type record ZonalTrafficSubscription {
    ClientCorrelator clientCorrelator optional,
    CallbackReference callbackReference,
    ZoneId zoneId,
    InterestRealm interestRealm optional,
    UserEventCriteria userEventCriteria optional,
    Duration duration optional,
    ResourceURL resourceURL optional
  }

  /**
   * @desc Identifier of zone
   */
YannGarcia's avatar
YannGarcia committed
  type JSON.String ZoneId;
Yann Garcia's avatar
Yann Garcia committed

  /**
   * @desc A type containing zone status notification.
   * @member zoneId 
   * @member 
   */
  type record ZoneStatusNotification {
    CallbackData callbackData optional,
    ZoneId zoneId,
    AccessPointId accessPointId optional,
    NumberOfUsersInZone numberOfUsersInZone optional,
    NumberOfUsersInAP numberOfUsersInAP optional,
    OperationStatus operationStatus optional,
    Timestamp timestamp_,
    Link link
  } with {
    variant (timestamp_) "name as 'timestamp'";
  }

  /**
   * @desc A type containing zone status subscription.
   * @member zoneId
   * @member
   * @member
   * @member
   * @member operationStatus List of operation status values to generate notifications for (these apply to all access points within a zone).
   */
  type record ZoneStatusSubscription {
    ClientCorrelator clientCorrelator optional,
    ResourceURL resourceURL optional,
    CallbackReference callbackReference,
    ZoneId zoneId,
    NumberOfUsersZoneThreshold numberOfUsersZoneThreshold optional,
    NumberOfUsersAPThreshold numberOfUsersAPThreshold optional,
    OperationStatus operationStatus optional
Yann Garcia's avatar
Yann Garcia committed
  }
  
  type record CircleNotificationSubscription { // FIXME Incomplete data structure desciption
    ClientCorrelator clientCorrelator optional,
    ResourceURL resourceURL optional,
    CallbackReference callbackReference,
    Address address_ optional
  } with {
    variant (address_) "name as 'address'";
  }
  
  type record TerminalDistance {
    JSON.Number distance
  }
  
  type record DistanceNotificationSubscription { // FIXME Incomplete data structure desciption
    ClientCorrelator clientCorrelator optional,
    ResourceURL resourceURL optional,
    CallbackReference callbackReference,
    Address address_ optional
  } with {
    variant (address_) "name as 'address'";
  }
  
  type record PeriodicNotificationSubscription { // FIXME Incomplete data structure desciption
    ClientCorrelator clientCorrelator optional,
    ResourceURL resourceURL optional,
    CallbackReference callbackReference,
    Address address_ optional
  } with {
    variant (address_) "name as 'address'";
  }
  
Yann Garcia's avatar
Yann Garcia committed
} with {
  encode "JSON"
}