Class MAPRequestingNodeType

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPRequestingNodeType
    extends NamedInteger
    API for MAP-MS-DataTypes.RequestingNodeType. Generated from the following ASN.1 type definition.
     RequestingNodeType ::=
         ENUMERATED {
             vlr(0),
             sgsn(1),
             ...
             s-cscf(2),          -- Added in release 7.
             bsf(3),             -- Added in release 7.
             gan-aaa-server(4),  -- Added in release 7.
             wlan-aaa-server(5), -- Added in release 7.
             mme(16),            -- Added in release 8.
             mme-sgsn(17)        -- Added in release 8.
         }
     
    Added in release 4. The values 2, 3, 4 and 5 shall not be used on the MAP-D or Gr interfaces. Exception handling: received values in the range (6-15) shall be treated as 'vlr'; received values greater than 17 shall be treated as 'sgsn'.

    Used as field type by MAPSendAuthenticationInfoArg_v3.

    See Also:
    Serialized Form
    • Field Detail

      • _sgsn

        public static final int _sgsn
        Integer value of the constant sgsn.
        See Also:
        Constant Field Values
      • _s_cscf

        public static final int _s_cscf
        Integer value of the constant s_cscf.
        See Also:
        Constant Field Values
      • _gan_aaa_server

        public static final int _gan_aaa_server
        Integer value of the constant gan_aaa_server.
        See Also:
        Constant Field Values
      • gan_aaa_server

        public static final MAPRequestingNodeType gan_aaa_server
        Reference to value of the constant gan_aaa_server.
      • _wlan_aaa_server

        public static final int _wlan_aaa_server
        Integer value of the constant wlan_aaa_server.
        See Also:
        Constant Field Values
      • wlan_aaa_server

        public static final MAPRequestingNodeType wlan_aaa_server
        Reference to value of the constant wlan_aaa_server.
      • _mme_sgsn

        public static final int _mme_sgsn
        Integer value of the constant mme_sgsn.
        See Also:
        Constant Field Values
      • mme_sgsn

        public static final MAPRequestingNodeType mme_sgsn
        Reference to value of the constant mme_sgsn.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType instance may take (0).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType instance may take (17).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPRequestingNodeType

        protected MAPRequestingNodeType​(int value,
                                        String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • MAPRequestingNodeType

        protected MAPRequestingNodeType​(int value)
        Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.
        Parameters:
        value - numeric value
    • Method Detail

      • fromValue

        public static MAPRequestingNodeType fromValue​(int value)
        Finds or constructs an enumeration constant for the given numeric value.
        Parameters:
        value - integer
        Returns:
        one of the fields if suitable, else a newly constructed object
      • namedValues

        public static MAPRequestingNodeType[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants