FreeCalypso > hg > freecalypso-citrine
comparison cdg/msg/sm.mdf @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 09 Jun 2016 00:02:41 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:75a11d740a02 |
|---|---|
| 1 ;******************************************************************************** | |
| 2 ;*** File : sm.mdf | |
| 3 ;*** Creation : Thu Jun 19 15:32:13 CST 2008 | |
| 4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
| 5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
| 6 ;******************************************************************************** | |
| 7 ;*** Document Type : Air Interface Message Specification | |
| 8 ;*** Document Name : sm | |
| 9 ;*** Document No. : 8010.605.03.005 | |
| 10 ;*** Document Date : 2003-08-28 | |
| 11 ;*** Document Status: BEING_PROCESSED | |
| 12 ;*** Document Author: MVJ | |
| 13 ;******************************************************************************** | |
| 14 | |
| 15 | |
| 16 | |
| 17 PRAGMA SRC_FILE_TIME "Wed Nov 28 10:21:12 2007" | |
| 18 PRAGMA LAST_MODIFIED "2003-08-28" | |
| 19 PRAGMA ID_AND_VERSION "8010.605.03.005" | |
| 20 PRAGMA CCDNAME SM ; CCD name tag | |
| 21 PRAGMA PREFIX M_SM ; Document prefix | |
| 22 PRAGMA ALLWAYS_ENUM_IN_VAL_FILE YES ; Adds enumerations in the .val file. | |
| 23 | |
| 24 | |
| 25 | |
| 26 CONST SIZE_R97_QOS 3 ; Size of R97 QoS IE (V-part only) | |
| 27 CONST SIZE_R99_QOS 11 ; Size of R99 QoS IE (V-part only) | |
| 28 | |
| 29 | |
| 30 | |
| 31 VALTAB VAL_nsapi_val | |
| 32 VAL DEF "reserved" | |
| 33 VAL 5 NSAPI_5 "NSAPI 5" | |
| 34 VAL 6 NSAPI_6 "NSAPI 6" | |
| 35 VAL 7 NSAPI_7 "NSAPI 7" | |
| 36 VAL 8 NSAPI_8 "NSAPI 8" | |
| 37 VAL 9 NSAPI_9 "NSAPI 9" | |
| 38 VAL 10 NSAPI_10 "NSAPI 10" | |
| 39 VAL 11 NSAPI_11 "NSAPI 11" | |
| 40 VAL 12 NSAPI_12 "NSAPI 12" | |
| 41 VAL 13 NSAPI_13 "NSAPI 13" | |
| 42 VAL 14 NSAPI_14 "NSAPI 14" | |
| 43 VAL 15 NSAPI_15 "NSAPI 15" | |
| 44 | |
| 45 VALTAB VAL_delay | |
| 46 VAL DEF "Delay class 4 (best effort)" | |
| 47 VAL 0 DELAY_SUB "Subscribed delay class (uplink only)" | |
| 48 VAL 0 DELAY_RES_DL "Reserved (downlink only)" | |
| 49 VAL 1 DELAY_1 "Delay class 1" | |
| 50 VAL 2 DELAY_2 "Delay class 2" | |
| 51 VAL 3 DELAY_3 "Delay class 3" | |
| 52 VAL 4 DELAY_4 "Delay class 4 (best effort)" | |
| 53 VAL 7 DELAY_RES "Reserved" | |
| 54 | |
| 55 VALTAB VAL_reliability | |
| 56 VAL DEF "Unacknowledged GTP and LLC; Acknowledged RLC, Protected data" | |
| 57 VAL 0 RELY_SUB "Subscribed reliability class (uplink only)" | |
| 58 VAL 0 RELY_RES_DL "Reserved (dowwnlink only)" | |
| 59 VAL 1 RELY_1 "Acknowledged GTP, LLC, and RLC; Protected data" | |
| 60 VAL 2 RELY_2 "Unacknowledged GTP; Acknowledged LLC and RLC, Protected data" | |
| 61 VAL 3 RELY_3 "Unacknowledged GTP and LLC; Acknowledged RLC, Protected data" | |
| 62 VAL 4 RELY_4 "Unacknowledged GTP, LLC, and RLC, Protected data" | |
| 63 VAL 5 RELY_5 "Unacknowledged GTP, LLC, and RLC, Unprotected data" | |
| 64 VAL 7 RELY_RES "Reserved" | |
| 65 | |
| 66 VALTAB VAL_sapi | |
| 67 VAL DEF "reserved" | |
| 68 VAL 0 SAPI_NONE "No SAPI assigned" | |
| 69 VAL 3 SAPI_3 "SAPI 3" | |
| 70 VAL 5 SAPI_5 "SAPI 5" | |
| 71 VAL 9 SAPI_9 "SAPI 9" | |
| 72 VAL 11 SAPI_11 "SAPI 11" | |
| 73 | |
| 74 VALTAB VAL_peak | |
| 75 VAL DEF "Up to 1000 octet/s" | |
| 76 VAL 0 PEAK_SUB "Subscribed peak throughput (uplink only)" | |
| 77 VAL 0 PEAK_RES_DL "reserved (downlink only)" | |
| 78 VAL 1 PEAK_1000 "Up to 1000 octet/s" | |
| 79 VAL 2 PEAK_2000 "Up to 2000 octet/s" | |
| 80 VAL 3 PEAK_4000 "Up to 4000 octet/s" | |
| 81 VAL 4 PEAK_8000 "Up to 8000 octet/s" | |
| 82 VAL 5 PEAK_16000 "Up to 16000 octet/s" | |
| 83 VAL 6 PEAK_32000 "Up to 32000 octet/s" | |
| 84 VAL 7 PEAK_64000 "Up to 64000 octet/s" | |
| 85 VAL 8 PEAK_128000 "Up to 128000 octet/s" | |
| 86 VAL 9 PEAK_256000 "Up to 256000 octet/s" | |
| 87 VAL 15 PEAK_RES "Reserved" | |
| 88 | |
| 89 VALTAB VAL_precedence | |
| 90 VAL DEF "Normal Priority" | |
| 91 VAL 0 PRECED_SUB "Subscribed precedence (uplink only)" | |
| 92 VAL 0 PRECED_RES_DL "Reserved (downlink only)" | |
| 93 VAL 1 PRECED_HIGH "High priority" | |
| 94 VAL 2 PRECED_NORM "Normal Priority" | |
| 95 VAL 3 PRECED_LOW "Low priority" | |
| 96 VAL 7 PRECED_RES "Reserved" | |
| 97 | |
| 98 VALTAB VAL_mean | |
| 99 VAL DEF "Best effort" | |
| 100 VAL 0 MEAN_SUB "Subscribed mean throughput (uplink only)" | |
| 101 VAL 0 MEAN_RES_DL "reserved (downlink only)" | |
| 102 VAL 1 MEAN_100 "100 octet/h" | |
| 103 VAL 2 MEAN_200 "200 octet/h" | |
| 104 VAL 3 MEAN_500 "500 octet/h" | |
| 105 VAL 4 MEAN_1000 "1000 octet/h" | |
| 106 VAL 5 MEAN_2000 "2000 octet/h" | |
| 107 VAL 6 MEAN_5000 "5000 octet/h" | |
| 108 VAL 7 MEAN_10000 "10000 octet/h" | |
| 109 VAL 8 MEAN_20000 "20000 octet/h" | |
| 110 VAL 9 MEAN_50000 "50000 octet/h" | |
| 111 VAL 10 MEAN_100000 "100000 octet/h" | |
| 112 VAL 11 MEAN_200000 "200000 octet/h" | |
| 113 VAL 12 MEAN_500000 "500000 octet/h" | |
| 114 VAL 13 MEAN_1000000 "1000000 octet/h" | |
| 115 VAL 14 MEAN_2000000 "2000000 octet/h" | |
| 116 VAL 15 MEAN_5000000 "5000000 octet/h" | |
| 117 VAL 16 MEAN_10000000 "10000000 octet/h" | |
| 118 VAL 17 MEAN_20000000 "20000000 octet/h" | |
| 119 VAL 18 MEAN_50000000 "50000000 octet/h" | |
| 120 VAL 30 MEAN_RES "Reserved" | |
| 121 VAL 31 MEAN_BEST "Best effort" | |
| 122 | |
| 123 VALTAB VAL_tc | |
| 124 VAL 0 QOS_TC_SUB "Subscribed traffic class (uplink only)" | |
| 125 VAL 0 QOS_TC_RES_DL "Reserved (downlink only)" | |
| 126 VAL 1 QOS_TC_CONV "Conversational class" | |
| 127 VAL 2 QOS_TC_STREAM "Streaming class" | |
| 128 VAL 3 QOS_TC_INTER "Interactive class" | |
| 129 VAL 4 QOS_TC_BG "Background class" | |
| 130 VAL 7 QOS_TC_RES "Reserved" | |
| 131 | |
| 132 VALTAB VAL_order | |
| 133 VAL 0 QOS_ORDER_SUB "Subscribed delivery order (uplink only)" | |
| 134 VAL 0 QOS_ORDER_RES_DL "Reserved (downlink only)" | |
| 135 VAL 1 QOS_ORDER_YES "With delivery order ('yes')" | |
| 136 VAL 2 QOS_ORDER_NO "Without delivery order ('no')" | |
| 137 VAL 3 QOS_ORDER_RES "Reserved" | |
| 138 | |
| 139 VALTAB VAL_del_err_sdu | |
| 140 VAL 0 QOS_DEL_ERR_SUB "Subscribed delivery order (uplink only)" | |
| 141 VAL 0 QOS_DEL_ERR_RES_DL "Reserved (downlink only)" | |
| 142 VAL 1 QOS_DEL_ERR_NODETECT "No detect ('-')" | |
| 143 VAL 2 QOS_DEL_ERR_YES "Erroneous SDUs are delivered ('yes')" | |
| 144 VAL 3 QOS_DEL_ERR_NO "Erroneous SDUs are not delivered ('no')" | |
| 145 VAL 7 QOS_DEL_ERR_RES "Reserved" | |
| 146 | |
| 147 VALTAB VAL_max_sdu | |
| 148 VAL 0 QOS_MAX_SDU_SUB "Subscribed maximum SDU size" | |
| 149 VAL 0 QOS_MAX_SDU_RES_DL "Reserved (downlink only)" | |
| 150 VAL 151 QOS_MAX_SDU_1502 "Maximum SDU size 1502 octets" | |
| 151 VAL 152 QOS_MAX_SDU_1510 "Maximum SDU size 1510 octets" | |
| 152 VAL 153 QOS_MAX_SDU_1520 "Maximum SDU size 1520 octets" | |
| 153 VAL 255 QOS_MAX_SDU_RES "Reserved" | |
| 154 | |
| 155 VALTAB VAL_max_br_ul | |
| 156 VAL 0 QOS_MAX_BR_UL_SUB "Subscribed maximum uplink data rate (uplink only)" | |
| 157 VAL 0 QOS_MAX_BR_UL_RES_DL "Reserved (downlink only)" | |
| 158 VAL 255 QOS_MAX_BR_UL_0 "0 kbps uplink data rate" | |
| 159 | |
| 160 VALTAB VAL_max_br_dl | |
| 161 VAL 0 QOS_MAX_BR_DL_SUB "Subscribed maximum downlink data rate (uplink only)" | |
| 162 VAL 0 QOS_MAX_BR_DL_RES_DL "Reserved (downlink only)" | |
| 163 VAL 255 QOS_MAX_BR_DL_0 "0 kbps downlink data rate" | |
| 164 | |
| 165 VALTAB VAL_ber | |
| 166 VAL 0 QOS_BER_SUB "Subscribed residual BER (uplink only)" | |
| 167 VAL 0 QOS_BER_RES_DL "Reserved (downlink only)" | |
| 168 VAL 1 QOS_BER_5E_2 "5*10-2" | |
| 169 VAL 2 QOS_BER_1E_2 "1*10-2" | |
| 170 VAL 3 QOS_BER_5E_3 "5*10-3" | |
| 171 VAL 4 QOS_BER_4E_3 "4*10-3" | |
| 172 VAL 5 QOS_BER_1E_3 "1*10-3" | |
| 173 VAL 6 QOS_BER_1E_4 "1*10-4" | |
| 174 VAL 7 QOS_BER_1E_5 "1*10-5" | |
| 175 VAL 8 QOS_BER_1E_6 "1*10-6" | |
| 176 VAL 9 QOS_BER_6E_8 "6*10-8" | |
| 177 VAL 15 QOS_BER_RES "Reserved" | |
| 178 | |
| 179 VALTAB VAL_sdu_err_ratio | |
| 180 VAL 0 QOS_SDU_ERR_SUB "Subscribed SDU error ratio" | |
| 181 VAL 0 QOS_SDU_ERR_RES_DL "Reserved (downlink only)" | |
| 182 VAL 1 QOS_SDU_ERR_1E_2 "1*10-2" | |
| 183 VAL 2 QOS_SDU_ERR_7E_3 "7*10-3" | |
| 184 VAL 3 QOS_SDU_ERR_1E_3 "1*10-3" | |
| 185 VAL 4 QOS_SDU_ERR_1E_4 "1*10-4" | |
| 186 VAL 5 QOS_SDU_ERR_1E_5 "1*10-5" | |
| 187 VAL 6 QOS_SDU_ERR_1E_6 "1*10-6" | |
| 188 VAL 7 QOS_SDU_ERR_1E_1 "1*10-1" | |
| 189 VAL 15 QOS_SDU_ERR_RES "Reserved" | |
| 190 | |
| 191 VALTAB VAL_xfer_delay | |
| 192 VAL 0 QOS_XFER_DELAY_SUB "Subscribed transfer delay (uplink only)" | |
| 193 VAL 0 QOS_XFER_DELAY_RES_DL "Reserved (downlink only)" | |
| 194 VAL 63 QOS_XFER_DELAY_RES "Reserved" | |
| 195 | |
| 196 VALTAB VAL_handling_pri | |
| 197 VAL 0 QOS_HANDLING_PRI_SUB "Subscribed traffic handling priority (uplink only)" | |
| 198 VAL 0 QOS_HANDLING_PRI_RES_DL "Reserved (downlink only)" | |
| 199 VAL 1 QOS_HANDLING_PRI_1 "Priority level 1" | |
| 200 VAL 2 QOS_HANDLING_PRI_2 "Priority level 2" | |
| 201 VAL 3 QOS_HANDLING_PRI_3 "Priority level 3" | |
| 202 | |
| 203 VALTAB VAL_guar_br_ul | |
| 204 VAL 0 QOS_GUAR_BR_UL_SUB "Subscribed guaranteed uplink data rate (uplink only)" | |
| 205 VAL 0 QOS_GUAR_BR_UL_RES_DL "Reserved (downlink only)" | |
| 206 | |
| 207 VALTAB VAL_guar_br_dl | |
| 208 VAL 0 QOS_GUAR_BR_DL_SUB "Subscribed guaranteed downlink data rate (uplink only)" | |
| 209 VAL 0 QOS_GUAR_BR_DL_RES_DL "Reserved (downlink only)" | |
| 210 | |
| 211 VALTAB VAL_pfi_val | |
| 212 VAL 0 PFI_BEST_EFFORT "Best effort" | |
| 213 VAL 1 PFI_SIGNALLING "Signalling" | |
| 214 VAL 2 PFI_SMS "SMS" | |
| 215 | |
| 216 VALTAB VAL_pdp_type_org | |
| 217 VAL DEF "ETSI allocated address (PPP)" | |
| 218 VAL 0 ETSI_ORG "ETSI allocated address (PPP)" | |
| 219 VAL 1 IETF_ORG "IETF allocated address" | |
| 220 VAL 15 PDP_MT "Dynamic PDP addressing is applied, (uplink only)" | |
| 221 | |
| 222 VALTAB VAL_pdp_type_no | |
| 223 VAL DEF "IPv4 address" | |
| 224 VAL 0b00000001 PPP_TYPE "PDP type PPP" | |
| 225 VAL 0b00100001 IP4_TYPE "IPv4 address" | |
| 226 VAL 0b01010111 IP6_TYPE "IPv6 address" | |
| 227 | |
| 228 VALTAB VAL_radio_prio_val | |
| 229 VAL DEF "priority level 4 (lowest)" | |
| 230 VAL 1 RADIO_PRIO_1 "priority level 1 (highest)" | |
| 231 VAL 2 RADIO_PRIO_2 "priority level 2" | |
| 232 VAL 3 RADIO_PRIO_3 "priority level 3" | |
| 233 VAL 4 RADIO_PRIO_4 "priority level 4 (lowest)" | |
| 234 | |
| 235 VALTAB VAL_sm_cause_val | |
| 236 VAL DEF "Service option temporarily out of order" | |
| 237 VAL 0b00011001 CAUSE_LLC_OR_SNDCP_FAILURE "LLC or SNDCP failure" | |
| 238 VAL 0b00011010 CAUSE_INSUFFICIENT_RESOURCES "Insufficient resources" | |
| 239 VAL 0b00011011 CAUSE_MISSING_OR_UNKNOWN_APN "Missing or unknown APN" | |
| 240 VAL 0b00011100 CAUSE_UNKNOWN_PDP_ADDR_OR_TYPE "Unknown PDP address or PDP type" | |
| 241 VAL 0b00011101 CAUSE_USER_AUTH_FAILED "User Aauthentication failed" | |
| 242 VAL 0b00011110 CAUSE_ACTIVATE_REJECTED_BY_GGSN "Activation rejected by GGSN" | |
| 243 VAL 0b00011111 CAUSE_ACTIVATE_REJECTED_UNSPEC "Activation rejected, unspecified" | |
| 244 VAL 0b00100000 CAUSE_SERVICE_NOT_SUPPORTED "Service option not supported" | |
| 245 VAL 0b00100001 CAUSE_SERVICE_NOT_SUBSCRIBED "Requested service option not subscribed" | |
| 246 VAL 0b00100010 CAUSE_SERVICE_TEMP_OUT_OF_ORDER "Service option temporarily out of order" | |
| 247 VAL 0b00100011 CAUSE_NSAPI_IN_USE "NSAPI already used" | |
| 248 VAL 0b00100100 CAUSE_REGULAR_DEACTIVATION "Regular deactivation" | |
| 249 VAL 0b00100101 CAUSE_QOS_NOT_ACCEPTED "QoS not accepted" | |
| 250 VAL 0b00100110 CAUSE_NETWORK_FAILURE "Network failure" | |
| 251 VAL 0b00100111 CAUSE_REACTIVATION_REQUESTED "Reactivation requested" | |
| 252 VAL 0b00101000 CAUSE_FEATURE_NOT_SUPPORTED "Feature not supported (context activation)" | |
| 253 VAL 0b00101001 CAUSE_SEMANTIC_TFT_ERROR "Semantic error in TFT operation" | |
| 254 VAL 0b00101010 CAUSE_SYNTACTIC_TFT_ERROR "Syntactical error in TFT operation" | |
| 255 VAL 0b00101011 CAUSE_UNKNOWN_LINKED_TI "Unknown PDP context (identified by linked TI)" | |
| 256 VAL 0b00101100 CAUSE_SEMANTIC_TFT_FILTER_ERROR "Semantic error in packet filter" | |
| 257 VAL 0b00101101 CAUSE_SYNTACTIC_TFT_FILTER_ERROR "Syntactical error in packet filter" | |
| 258 VAL 0b00101110 CAUSE_CONTEXT_NEEDS_TFT "PDP context without TFT already activated" | |
| 259 VAL 0b01010001 CAUSE_INVALID_TI "Invalid transaction identifier value" | |
| 260 VAL 0b01011111 CAUSE_SEMANTIC_ERROR_IN_MSG "Semantically incorrect message" | |
| 261 VAL 0b01100000 CAUSE_INVALID_MANDATORY_ELEMENT "Invalid mandatory information" | |
| 262 VAL 0b01100001 CAUSE_MSG_TYPE_NOT_IMPL "Message type non-existent or not implemented" | |
| 263 VAL 0b01100010 CAUSE_MSG_TYPE_INCOMPATIBLE_WITH_STATE "Message type not compatible with the protocol state" | |
| 264 VAL 0b01100011 CAUSE_IE_NOT_IMPLEMENTED "Information element non-existent or not implemented" | |
| 265 VAL 0b01100100 CAUSE_CONDITIONAL_IE_ERROR "Conditional IE error" | |
| 266 VAL 0b01100101 CAUSE_MSG_INCOMPATIBLE_WITH_STATE "Message not compatible with the protocol state" | |
| 267 VAL 0b01101111 CAUSE_PROTOCOL_ERROR_UNSPEC "Protocol error, unspecified" | |
| 268 | |
| 269 VALTAB VAL_tft_opcode | |
| 270 VAL DEF "Reserved" | |
| 271 VAL 0 TFT_OPCODE_SPARE "Spare" | |
| 272 VAL 1 TFT_OPCODE_CREATE_TFT "Create new TFT" | |
| 273 VAL 2 TFT_OPCODE_DELETE_TFT "Delete existing TFT" | |
| 274 VAL 3 TFT_OPCODE_ADD_FILTERS "Add packet filters to existing TFT" | |
| 275 VAL 4 TFT_OPCODE_REPLACE_FILTERS "Replace packet filters in existing TFT" | |
| 276 VAL 5 TFT_OPCODE_DELETE_FILTERS "Delete packet filters from existing TFT" | |
| 277 | |
| 278 | |
| 279 | |
| 280 | |
| 281 VAR nsapi_val "NSAPI value" | |
| 282 4 | |
| 283 | |
| 284 VAL @m_sm - VAL_nsapi_val@ | |
| 285 | |
| 286 VAR delay "delay class" | |
| 287 3 | |
| 288 | |
| 289 VAL @m_sm - VAL_delay@ | |
| 290 | |
| 291 VAR reliability "reliability class" | |
| 292 3 | |
| 293 | |
| 294 VAL @m_sm - VAL_reliability@ | |
| 295 | |
| 296 VAR msg_type "message type" | |
| 297 8 | |
| 298 | |
| 299 | |
| 300 VAR sapi "SAPI" | |
| 301 4 | |
| 302 | |
| 303 VAL @m_sm - VAL_sapi@ | |
| 304 | |
| 305 VAR peak "peak throughput" | |
| 306 4 | |
| 307 | |
| 308 VAL @m_sm - VAL_peak@ | |
| 309 | |
| 310 VAR precedence "Precedence class" | |
| 311 3 | |
| 312 | |
| 313 VAL @m_sm - VAL_precedence@ | |
| 314 | |
| 315 VAR mean "Mean throughput" | |
| 316 5 | |
| 317 | |
| 318 VAL @m_sm - VAL_mean@ | |
| 319 | |
| 320 VAR tc "traffic class" | |
| 321 3 | |
| 322 | |
| 323 VAL @m_sm - VAL_tc@ | |
| 324 | |
| 325 VAR order "delivery order" | |
| 326 2 | |
| 327 | |
| 328 VAL @m_sm - VAL_order@ | |
| 329 | |
| 330 VAR del_err_sdu "deliver erroneous SDUs" | |
| 331 3 | |
| 332 | |
| 333 VAL @m_sm - VAL_del_err_sdu@ | |
| 334 | |
| 335 VAR max_sdu "maximum SDU size" | |
| 336 8 | |
| 337 | |
| 338 VAL @m_sm - VAL_max_sdu@ | |
| 339 | |
| 340 VAR max_br_ul "maximum uplink bit-rate" | |
| 341 8 | |
| 342 | |
| 343 VAL @m_sm - VAL_max_br_ul@ | |
| 344 | |
| 345 VAR max_br_dl "maximum downlink bit-rate" | |
| 346 8 | |
| 347 | |
| 348 VAL @m_sm - VAL_max_br_dl@ | |
| 349 | |
| 350 VAR ber "residual BER" | |
| 351 4 | |
| 352 | |
| 353 VAL @m_sm - VAL_ber@ | |
| 354 | |
| 355 VAR sdu_err_ratio "SDU error ratio" | |
| 356 4 | |
| 357 | |
| 358 VAL @m_sm - VAL_sdu_err_ratio@ | |
| 359 | |
| 360 VAR xfer_delay "transfer delay" | |
| 361 6 | |
| 362 | |
| 363 VAL @m_sm - VAL_xfer_delay@ | |
| 364 | |
| 365 VAR handling_pri "Traffic handling priority" | |
| 366 2 | |
| 367 | |
| 368 VAL @m_sm - VAL_handling_pri@ | |
| 369 | |
| 370 VAR guar_br_ul "guaranteed bit-rate uplink" | |
| 371 8 | |
| 372 | |
| 373 VAL @m_sm - VAL_guar_br_ul@ | |
| 374 | |
| 375 VAR guar_br_dl "guaranteed bit-rate downlink" | |
| 376 8 | |
| 377 | |
| 378 VAL @m_sm - VAL_guar_br_dl@ | |
| 379 | |
| 380 VAR apn_value "access point name value" | |
| 381 8 | |
| 382 | |
| 383 | |
| 384 VAR pfi_val "packet flow identifier value" | |
| 385 7 | |
| 386 | |
| 387 VAL @m_sm - VAL_pfi_val@ | |
| 388 | |
| 389 VAR pdp_type_org "PDP type organisation" | |
| 390 4 | |
| 391 | |
| 392 VAL @m_sm - VAL_pdp_type_org@ | |
| 393 | |
| 394 VAR pdp_type_no "PDP type number" | |
| 395 8 | |
| 396 | |
| 397 VAL @m_sm - VAL_pdp_type_no@ | |
| 398 | |
| 399 VAR radio_prio_val "Radio priority value" | |
| 400 3 | |
| 401 | |
| 402 VAL @m_sm - VAL_radio_prio_val@ | |
| 403 | |
| 404 VAR sm_cause_val "SM cause value" | |
| 405 8 | |
| 406 | |
| 407 VAL @m_sm - VAL_sm_cause_val@ | |
| 408 | |
| 409 VAR add_info "adress information" | |
| 410 8 | |
| 411 | |
| 412 | |
| 413 VAR tear_down_flag "tear down flag" | |
| 414 1 | |
| 415 | |
| 416 | |
| 417 VAR ti_flag "TI flag" | |
| 418 1 | |
| 419 | |
| 420 | |
| 421 VAR ti_val "Extended TI value" | |
| 422 3 | |
| 423 | |
| 424 | |
| 425 VAR ti_ext_flag "Extended TI flag" | |
| 426 1 | |
| 427 | |
| 428 | |
| 429 VAR ti_ext_val "Extended TI value" | |
| 430 7 | |
| 431 | |
| 432 | |
| 433 VAR pco_value "protocol config value" | |
| 434 8 | |
| 435 | |
| 436 | |
| 437 VAR tlv_len "TLV length information" | |
| 438 8 | |
| 439 | |
| 440 | |
| 441 VAR tft_opcode "TFT operation code" | |
| 442 3 | |
| 443 | |
| 444 VAL @m_sm - VAL_tft_opcode@ | |
| 445 | |
| 446 VAR tft_filter_count "TFT filter count" | |
| 447 4 | |
| 448 | |
| 449 | |
| 450 VAR tft_filter_id "TFT packet filter ID" | |
| 451 8 | |
| 452 | |
| 453 | |
| 454 VAR tft_filter_prio "TFT packet filter precedence/prioroty" | |
| 455 8 | |
| 456 | |
| 457 | |
| 458 VAR src_addr "IP address" | |
| 459 8 | |
| 460 | |
| 461 | |
| 462 VAR addr_mask "IP address" | |
| 463 8 | |
| 464 | |
| 465 | |
| 466 VAR tft_protocol_val "IPv4 protocol/IPv6 next header" | |
| 467 8 | |
| 468 | |
| 469 | |
| 470 VAR low_limit "low limit" | |
| 471 16 | |
| 472 | |
| 473 | |
| 474 VAR high_limit "high limit" | |
| 475 16 | |
| 476 | |
| 477 | |
| 478 VAR ipsec_spi_value "IPSec SPI value" | |
| 479 32 | |
| 480 | |
| 481 | |
| 482 VAR tos_value "type of service value" | |
| 483 8 | |
| 484 | |
| 485 | |
| 486 VAR tos_mask "type of service mask" | |
| 487 8 | |
| 488 | |
| 489 | |
| 490 VAR flow_label_value "IPv6 flow label" | |
| 491 24 | |
| 492 | |
| 493 | |
| 494 | |
| 495 | |
| 496 | |
| 497 COMP nsapi "network service access point identifier" | |
| 498 { | |
| 499 .0000 ; spare | |
| 500 nsapi_val ; NSAPI value | |
| 501 } | |
| 502 | |
| 503 | |
| 504 | |
| 505 COMP llc_sapi "LLC service access point identifier" | |
| 506 { | |
| 507 .0000 ; spare | |
| 508 sapi ; LLC SAPI value | |
| 509 } | |
| 510 | |
| 511 | |
| 512 | |
| 513 COMP qos_r97 "quality of service R97" | |
| 514 { | |
| 515 .00 ; spare | |
| 516 delay ; delay class | |
| 517 reliability ; reliability class | |
| 518 peak ; peak throughput | |
| 519 .0 ; spare | |
| 520 precedence ; precedence class | |
| 521 .000 ; spare | |
| 522 mean ; mean throughput | |
| 523 } | |
| 524 | |
| 525 | |
| 526 | |
| 527 COMP qos_r99 "quality of service R99" | |
| 528 { | |
| 529 tc ; traffic class | |
| 530 order ; delivery order | |
| 531 del_err_sdu ; delivery of erroneous SDU | |
| 532 max_sdu ; maximum SDU size | |
| 533 max_br_ul ; maximum uplink bit-rate | |
| 534 max_br_dl ; maximum downlink bit-rate | |
| 535 ber ; residual BER | |
| 536 sdu_err_ratio ; SDU error ratio | |
| 537 xfer_delay ; transfer delay | |
| 538 handling_pri ; traffic handling priority | |
| 539 guar_br_ul ; guaranteed upink bit-rate | |
| 540 guar_br_dl ; guaranteed downlink bit-rate | |
| 541 } | |
| 542 | |
| 543 | |
| 544 | |
| 545 COMP qos "quality of service" | |
| 546 { | |
| 547 NO_CODE tlv_len ; Length of IE | |
| 548 GSM3_V qos_r97 ; QoS R97 | |
| 549 < (tlv_len > SIZE_R99_QOS - 1) GSM3_V qos_r99 > ; QoS R99 | |
| 550 } | |
| 551 | |
| 552 | |
| 553 | |
| 554 COMP address "packet data protocol address" | |
| 555 { | |
| 556 .0000 ; spare | |
| 557 pdp_type_org ; PDP type organisation | |
| 558 pdp_type_no ; PDP type number | |
| 559 add_info [0..16] ; address information | |
| 560 } | |
| 561 | |
| 562 | |
| 563 | |
| 564 COMP apn "access point name" | |
| 565 { | |
| 566 apn_value [3..102] ; access point name value | |
| 567 } | |
| 568 | |
| 569 | |
| 570 | |
| 571 COMP pco "protocol information options" | |
| 572 { | |
| 573 pco_value [2..253] ; options | |
| 574 } | |
| 575 | |
| 576 | |
| 577 | |
| 578 COMP radio_prio "radio priority" | |
| 579 { | |
| 580 .0 ; spare | |
| 581 radio_prio_val ; radio priority value | |
| 582 } | |
| 583 | |
| 584 | |
| 585 | |
| 586 COMP linked_ti "linked TI" | |
| 587 { | |
| 588 ti_flag ; TI flag | |
| 589 ti_val ; TI value | |
| 590 .0000 ; spare | |
| 591 < (ti_val=7) ti_ext_flag > ; TI ext flag | |
| 592 < (ti_val=7) ti_ext_val > ; extended TI value | |
| 593 } | |
| 594 | |
| 595 | |
| 596 | |
| 597 COMP tear_down "tear down indicator" | |
| 598 { | |
| 599 .000 ; spare | |
| 600 tear_down_flag ; TDI flag | |
| 601 } | |
| 602 | |
| 603 | |
| 604 | |
| 605 COMP sm_cause "SM cause" | |
| 606 { | |
| 607 sm_cause_val ; SM cause value | |
| 608 } | |
| 609 | |
| 610 | |
| 611 | |
| 612 COMP pfi "packet flow identifier" | |
| 613 { | |
| 614 .0 ; spare | |
| 615 pfi_val ; packet flow identifier value | |
| 616 } | |
| 617 | |
| 618 | |
| 619 | |
| 620 COMP tft_ipv4_addr_mask "IPv4 Source Address and Mask" | |
| 621 { | |
| 622 src_addr [4] ; source address | |
| 623 addr_mask [4] ; address mask | |
| 624 } | |
| 625 | |
| 626 | |
| 627 | |
| 628 COMP tft_ipv6_addr_mask "IPv6 Source Address and Mask" | |
| 629 { | |
| 630 src_addr [16] ; source address | |
| 631 addr_mask [16] ; address mask | |
| 632 } | |
| 633 | |
| 634 | |
| 635 | |
| 636 COMP tft_protocol "IPv4 Protocol / IPv6 Next Header" | |
| 637 { | |
| 638 tft_protocol_val ; IPv4 Protocol / IPv6 Next Header | |
| 639 } | |
| 640 | |
| 641 | |
| 642 | |
| 643 COMP tft_dest_port_range "destination port range" | |
| 644 { | |
| 645 low_limit ; low limit | |
| 646 high_limit ; high limit | |
| 647 } | |
| 648 TYPEDEF COMP tft_dest_port_range tft_src_port_range "source port range" | |
| 649 | |
| 650 | |
| 651 | |
| 652 COMP tft_dest_port "single destination port" | |
| 653 { | |
| 654 low_limit ; low limit | |
| 655 } | |
| 656 TYPEDEF COMP tft_dest_port tft_src_port "single source port" | |
| 657 | |
| 658 | |
| 659 | |
| 660 COMP tft_ipsec_spi "IPSec SPI" | |
| 661 { | |
| 662 ipsec_spi_value ; IPSec SPI value | |
| 663 } | |
| 664 | |
| 665 | |
| 666 | |
| 667 COMP tft_tos_and_mask "Type of service/mask" | |
| 668 { | |
| 669 tos_value ; type of service | |
| 670 tos_mask ; mask | |
| 671 } | |
| 672 | |
| 673 | |
| 674 | |
| 675 COMP tft_flow_label "flow label" | |
| 676 { | |
| 677 flow_label_value ; flow label value | |
| 678 } | |
| 679 | |
| 680 | |
| 681 | |
| 682 COMP tft_filter_entry "traffic flow template" | |
| 683 { | |
| 684 GSM3_TV tft_ipv4_addr_mask 0x10 ; IPv4 src addr/mask | |
| 685 GSM3_TV tft_ipv6_addr_mask 0x20 ; IPv6 src addr/mask | |
| 686 GSM3_TV tft_protocol 0x30 ; protocol/next hdr | |
| 687 GSM3_TV tft_dest_port_range 0x40 ; destination port range | |
| 688 GSM3_TV tft_dest_port 0x41 ; single destination port | |
| 689 GSM3_TV tft_src_port_range 0x50 ; source port range | |
| 690 GSM3_TV tft_src_port 0x51 ; single source port | |
| 691 GSM3_TV tft_ipsec_spi 0x60 ; IPSec SPI | |
| 692 GSM3_TV tft_tos_and_mask 0x70 ; Type of Service/mask | |
| 693 GSM3_TV tft_flow_label 0x80 ; IPv6 flow label | |
| 694 } | |
| 695 | |
| 696 | |
| 697 | |
| 698 COMP tft_filter "traffic flow template packet filter" | |
| 699 { | |
| 700 tft_filter_id ; packet filter identifier | |
| 701 tft_filter_prio ; evaluation precedence | |
| 702 GSM4_LV tft_filter_entry ; packet filters entry | |
| 703 } | |
| 704 | |
| 705 | |
| 706 | |
| 707 COMP tft "traffic flow template" | |
| 708 { | |
| 709 tft_opcode ; TFT operation code | |
| 710 .0 ; spare | |
| 711 tft_filter_count ; packet filters count | |
| 712 < (tft_opcode=TFT_OPCODE_DELETE_FILTERS) tft_filter_id [tft_filter_count..8] > ; packet filter identifiers | |
| 713 < (tft_opcode=TFT_OPCODE_CREATE_TFT OR tft_opcode=TFT_OPCODE_ADD_FILTERS OR tft_opcode=TFT_OPCODE_REPLACE_FILTERS) GSM3_V tft_filter [tft_filter_count..8] > ; packet filter list | |
| 714 } | |
| 715 | |
| 716 | |
| 717 | |
| 718 | |
| 719 | |
| 720 | |
| 721 MSG activate_pdp_context_request uplink 65 ; activate PDP context request | |
| 722 { | |
| 723 GSM3_V msg_type ; message type | |
| 724 GSM3_V nsapi ; requested NSAPI | |
| 725 GSM3_V llc_sapi ; requested LLC sapi | |
| 726 GSM4_LV qos ; requested QoS | |
| 727 GSM4_LV address ; requested PDP address | |
| 728 GSM4_TLV apn 0x28 ; access point name | |
| 729 GSM4_TLV pco 0x27 ; protocol configuration options | |
| 730 } | |
| 731 | |
| 732 | |
| 733 | |
| 734 MSG activate_pdp_context_accept downlink 66 ; activate PDP context accept | |
| 735 { | |
| 736 GSM3_V msg_type ; message type | |
| 737 GSM3_V llc_sapi ; negotiated LLC SAPI | |
| 738 GSM4_LV qos ; negotiated QoS | |
| 739 GSM1_V radio_prio ; radio priority | |
| 740 .0000 ; spare half octet | |
| 741 GSM4_TLV address 0x2B ; packet data protocol address | |
| 742 GSM4_TLV pco 0x27 ; protocol configuration options | |
| 743 GSM4_TLV pfi 0x34 ; packet flow identifier | |
| 744 } | |
| 745 | |
| 746 | |
| 747 | |
| 748 MSG activate_pdp_context_reject downlink 67 ; activate PDP context reject | |
| 749 { | |
| 750 GSM3_V msg_type ; message type | |
| 751 GSM3_V sm_cause ; SM cause | |
| 752 GSM4_TLV pco 0x27 ; protocol configuration options | |
| 753 } | |
| 754 | |
| 755 | |
| 756 | |
| 757 MSG activate_secondary_pdp_context_request uplink 77 ; activate secondary PDP context request | |
| 758 { | |
| 759 GSM3_V msg_type ; message type | |
| 760 GSM3_V nsapi ; requested NSAPI | |
| 761 GSM3_V llc_sapi ; requested LLC sapi | |
| 762 GSM4_LV qos ; requested QoS | |
| 763 GSM4_LV linked_ti ; linked TI | |
| 764 GSM4_TLV tft 0x36 ; traffic flow template | |
| 765 } | |
| 766 | |
| 767 | |
| 768 | |
| 769 MSG activate_secondary_pdp_context_accept downlink 78 ; activate secondary PDP context accept | |
| 770 { | |
| 771 GSM3_V msg_type ; message type | |
| 772 GSM3_V llc_sapi ; negotiated LLC SAPI | |
| 773 GSM4_LV qos ; negotiated QoS | |
| 774 GSM1_V radio_prio ; radio priority | |
| 775 .0000 ; spare half octet | |
| 776 GSM4_TLV pfi 0x34 ; packet flow identifier | |
| 777 } | |
| 778 | |
| 779 | |
| 780 | |
| 781 MSG activate_secondary_pdp_context_reject downlink 79 ; activate secondary PDP context reject | |
| 782 { | |
| 783 GSM3_V msg_type ; message type | |
| 784 GSM3_V sm_cause ; SM cause | |
| 785 } | |
| 786 | |
| 787 | |
| 788 | |
| 789 MSG request_pdp_context_activation downlink 68 ; request PDP context activation | |
| 790 { | |
| 791 GSM3_V msg_type ; message type | |
| 792 GSM4_LV address ; offered PDP address | |
| 793 GSM4_TLV apn 0x28 ; access point name | |
| 794 } | |
| 795 | |
| 796 | |
| 797 | |
| 798 MSG request_pdp_context_activation_reject uplink 69 ; request PDP context activation reject | |
| 799 { | |
| 800 GSM3_V msg_type ; message type | |
| 801 GSM3_V sm_cause ; SM cause | |
| 802 } | |
| 803 | |
| 804 | |
| 805 | |
| 806 MSG D_modify_pdp_context_request downlink 72 ; Modify PDP context request | |
| 807 { | |
| 808 GSM3_V msg_type ; message type | |
| 809 GSM1_V radio_prio ; radio priority | |
| 810 .0000 ; spare half octet | |
| 811 GSM3_V llc_sapi ; requested LLC sapi | |
| 812 GSM4_LV qos ; new QoS | |
| 813 GSM4_TLV address 0x2b ; PDP address | |
| 814 GSM4_TLV pfi 0x34 ; packet flow identifier | |
| 815 } | |
| 816 | |
| 817 | |
| 818 | |
| 819 MSG U_modify_pdp_context_request uplink 74 ; Modify PDP context request (MO) | |
| 820 { | |
| 821 GSM3_V msg_type ; message type | |
| 822 GSM3_TV llc_sapi 0x32 ; requested LLC sapi | |
| 823 GSM4_TLV qos 0x30 ; requested QoS | |
| 824 GSM4_TLV tft 0x31 ; new traffic flow template | |
| 825 } | |
| 826 | |
| 827 | |
| 828 | |
| 829 MSG U_modify_pdp_context_accept uplink 73 ; Modify PDP context accept | |
| 830 { | |
| 831 GSM3_V msg_type ; Message type | |
| 832 } | |
| 833 | |
| 834 | |
| 835 | |
| 836 MSG D_modify_pdp_context_accept downlink 75 ; Modify PDP context accept (MO) | |
| 837 { | |
| 838 GSM3_V msg_type ; message type | |
| 839 GSM4_TLV qos 0x30 ; negotiated QoS | |
| 840 GSM3_TV llc_sapi 0x32 ; negotiated LLC SAPI | |
| 841 GSM1_TV radio_prio 0x8 ; radio priority | |
| 842 GSM4_TLV pfi 0x34 ; packet flow identifier | |
| 843 } | |
| 844 | |
| 845 | |
| 846 | |
| 847 MSG modify_pdp_context_reject downlink 76 ; modify PDP context reject | |
| 848 { | |
| 849 GSM3_V msg_type ; message type | |
| 850 GSM3_V sm_cause ; SM cause | |
| 851 } | |
| 852 | |
| 853 | |
| 854 | |
| 855 MSG deactivate_pdp_context_request both 70 ; deactivate PDP context request | |
| 856 { | |
| 857 GSM3_V msg_type ; Message type | |
| 858 GSM3_V sm_cause ; SM cause | |
| 859 GSM1_TV tear_down 0x9 ; Tear down indicator | |
| 860 } | |
| 861 | |
| 862 | |
| 863 | |
| 864 MSG deactivate_pdp_context_accept both 71 ; deactivate PDP context accept | |
| 865 { | |
| 866 GSM3_V msg_type ; message type | |
| 867 } | |
| 868 | |
| 869 | |
| 870 | |
| 871 MSG sm_status both 85 ; SM status | |
| 872 { | |
| 873 GSM3_V msg_type ; message type | |
| 874 GSM3_V sm_cause ; SM cause | |
| 875 } | |
| 876 | |
| 877 | |
| 878 | |
| 879 | |
| 880 | |
| 881 |
