PageRenderTime 51ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/servers/jain-slee/resources/diameter-cx-dx/events/src/main/java/net/java/slee/resource/diameter/cxdx/events/avp/DiameterCxDxAvpCodes.java

http://mobicents.googlecode.com/
Java | 814 lines | 94 code | 58 blank | 662 comment | 0 complexity | b74a3613fca5627baf599dc86f8cbe88 MD5 | raw file
Possible License(s): LGPL-3.0, GPL-3.0, LGPL-2.1, GPL-2.0, CC-BY-SA-3.0, CC0-1.0, Apache-2.0, BSD-3-Clause
  1. /*
  2. * JBoss, Home of Professional Open Source
  3. * Copyright 2011, Red Hat, Inc. and individual contributors
  4. * by the @authors tag. See the copyright.txt in the distribution for a
  5. * full listing of individual contributors.
  6. *
  7. * This is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU Lesser General Public License as
  9. * published by the Free Software Foundation; either version 2.1 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This software is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public
  18. * License along with this software; if not, write to the Free
  19. * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  20. * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  21. */
  22. package net.java.slee.resource.diameter.cxdx.events.avp;
  23. public class DiameterCxDxAvpCodes {
  24. private DiameterCxDxAvpCodes() {
  25. }
  26. public static final long CXDX_VENDOR_ID = 10415L;
  27. public static final long CXDX_AUTH_APP_ID = 16777216L;
  28. public static final long ETSI_VENDOR_ID = 13019L;
  29. public static final long CABLELABS_VENDOR_ID = 4491L;
  30. /**
  31. * <pre>
  32. * Name......: Visited-Network-Identifier
  33. * Code......: 600
  34. * Section...: 6.3.1
  35. * Type......: OctetString
  36. * Must......: M,V
  37. * May.......: -
  38. * Should....: -
  39. * MustNot...: -
  40. * May Encr..: No
  41. * </pre>
  42. */
  43. public static final int VISITED_NETWORK_IDENTIFIER = 600;
  44. /**
  45. * <pre>
  46. * Name......: Public-Identity
  47. * Code......: 601
  48. * Section...: 6.3.2
  49. * Type......: UTF8String
  50. * Must......: M,V
  51. * May.......: -
  52. * Should....: -
  53. * MustNot...: -
  54. * May Encr..: No
  55. * </pre>
  56. */
  57. public static final int PUBLIC_IDENTITY = 601;
  58. /**
  59. * <pre>
  60. * Name......: Server-Name
  61. * Code......: 602
  62. * Section...: 6.3.3
  63. * Type......: UTF8String
  64. * Must......: M,V
  65. * May.......: -
  66. * Should....: -
  67. * MustNot...: -
  68. * May Encr..: No
  69. * </pre>
  70. */
  71. public static final int SERVER_NAME = 602;
  72. /**
  73. * <pre>
  74. * Name......: Server-Capabilities
  75. * Code......: 603
  76. * Section...: 6.3.4
  77. * Type......: Grouped
  78. * Must......: M,V
  79. * May.......: -
  80. * Should....: -
  81. * MustNot...: -
  82. * May Encr..: No
  83. * </pre>
  84. */
  85. public static final int SERVER_CAPABILITIES = 603;
  86. /**
  87. * <pre>
  88. * Name......: Mandatory-Capability
  89. * Code......: 604
  90. * Section...: 6.3.5
  91. * Type......: Unsigned32
  92. * Must......: M,V
  93. * May.......: -
  94. * Should....: -
  95. * MustNot...: -
  96. * May Encr..: No
  97. * </pre>
  98. */
  99. public static final int MANDATORY_CAPABILITY = 604;
  100. /**
  101. * <pre>
  102. * Name......: Optional-Capability
  103. * Code......: 605
  104. * Section...: 6.3.6
  105. * Type......: Unsigned32
  106. * Must......: M,V
  107. * May.......: -
  108. * Should....: -
  109. * MustNot...: -
  110. * May Encr..: No
  111. * </pre>
  112. */
  113. public static final int OPTIONAL_CAPABILITY = 605;
  114. /**
  115. * <pre>
  116. * Name......: User-Data
  117. * Code......: 606
  118. * Section...: 6.3.7
  119. * Type......: OctetString
  120. * Must......: M,V
  121. * May.......: -
  122. * Should....: -
  123. * MustNot...: -
  124. * May Encr..: No
  125. * </pre>
  126. */
  127. public static final int USER_DATA = 606;
  128. /**
  129. * <pre>
  130. * Name......: SIP-Number-Auth-Items
  131. * Code......: 607
  132. * Section...: 6.3.8
  133. * Type......: Unsigned32
  134. * Must......: M,V
  135. * May.......: -
  136. * Should....: -
  137. * MustNot...: -
  138. * May Encr..: No
  139. * </pre>
  140. */
  141. public static final int SIP_NUMBER_AUTH_ITEMS = 607;
  142. /**
  143. * <pre>
  144. * Name......: SIP-Authentication-Scheme
  145. * Code......: 608
  146. * Section...: 6.3.9
  147. * Type......: UTF8String
  148. * Must......: M,V
  149. * May.......: -
  150. * Should....: -
  151. * MustNot...: -
  152. * May Encr..: No
  153. * </pre>
  154. */
  155. public static final int SIP_AUTHENTICATION_SCHEME = 608;
  156. /**
  157. * <pre>
  158. * Name......: SIP-Authenticate
  159. * Code......: 609
  160. * Section...: 6.3.10
  161. * Type......: OctetString
  162. * Must......: M,V
  163. * May.......: -
  164. * Should....: -
  165. * MustNot...: -
  166. * May Encr..: No
  167. * </pre>
  168. */
  169. public static final int SIP_AUTHENTICATE = 609;
  170. /**
  171. * <pre>
  172. * Name......: SIP-Authorization
  173. * Code......: 610
  174. * Section...: 6.3.11
  175. * Type......: OctetString
  176. * Must......: M,V
  177. * May.......: -
  178. * Should....: -
  179. * MustNot...: -
  180. * May Encr..: No
  181. * </pre>
  182. */
  183. public static final int SIP_AUTHORIZATION = 610;
  184. /**
  185. * <pre>
  186. * Name......: SIP-Authentication-Context
  187. * Code......: 611
  188. * Section...: 6.3.12
  189. * Type......: OctetString
  190. * Must......: M,V
  191. * May.......: -
  192. * Should....: -
  193. * MustNot...: -
  194. * May Encr..: No
  195. * </pre>
  196. */
  197. public static final int SIP_AUTHENTICATION_CONTEXT = 611;
  198. /**
  199. * <pre>
  200. * Name......: SIP-Auth-Data-Item
  201. * Code......: 612
  202. * Section...: 6.3.13
  203. * Type......: Grouped
  204. * Must......: M,V
  205. * May.......: -
  206. * Should....: -
  207. * MustNot...: -
  208. * May Encr..: No
  209. * </pre>
  210. */
  211. public static final int SIP_AUTH_DATA_ITEM = 612;
  212. /**
  213. * <pre>
  214. * Name......: SIP-Item-Number
  215. * Code......: 613
  216. * Section...: 6.3.14
  217. * Type......: Unsigned32
  218. * Must......: M,V
  219. * May.......: -
  220. * Should....: -
  221. * MustNot...: -
  222. * May Encr..: No
  223. * </pre>
  224. */
  225. public static final int SIP_ITEM_NUMBER = 613;
  226. /**
  227. * <pre>
  228. * Name......: Server-Assignment-Type
  229. * Code......: 614
  230. * Section...: 6.3.15
  231. * Type......: Enumerated
  232. * Must......: M,V
  233. * May.......: -
  234. * Should....: -
  235. * MustNot...: -
  236. * May Encr..: No
  237. * </pre>
  238. */
  239. public static final int SERVER_ASSIGNMENT_TYPE = 614;
  240. /**
  241. * <pre>
  242. * Name......: Deregistration-Reason
  243. * Code......: 615
  244. * Section...: 6.3.16
  245. * Type......: Grouped
  246. * Must......: M,V
  247. * May.......: -
  248. * Should....: -
  249. * MustNot...: -
  250. * May Encr..: No
  251. * </pre>
  252. */
  253. public static final int DEREGISTRATION_REASON = 615;
  254. /**
  255. * <pre>
  256. * Name......: Reason-Code
  257. * Code......: 616
  258. * Section...: 6.3.17
  259. * Type......: Enumerated
  260. * Must......: M,V
  261. * May.......: -
  262. * Should....: -
  263. * MustNot...: -
  264. * May Encr..: No
  265. * </pre>
  266. */
  267. public static final int REASON_CODE = 616;
  268. /**
  269. * <pre>
  270. * Name......: Reason-Info
  271. * Code......: 617
  272. * Section...: 6.3.18
  273. * Type......: UTF8String
  274. * Must......: M,V
  275. * May.......: -
  276. * Should....: -
  277. * MustNot...: -
  278. * May Encr..: No
  279. * </pre>
  280. */
  281. public static final int REASON_INFO = 617;
  282. /**
  283. * <pre>
  284. * Name......: Charging-Information
  285. * Code......: 618
  286. * Section...: 6.3.19
  287. * Type......: Grouped
  288. * Must......: M,V
  289. * May.......: -
  290. * Should....: -
  291. * MustNot...: -
  292. * May Encr..: No
  293. * </pre>
  294. */
  295. public static final int CHARGING_INFORMATION = 618;
  296. /**
  297. * <pre>
  298. * Name......: Primary-Event-Charging-Function-Name
  299. * Code......: 619
  300. * Section...: 6.3.20
  301. * Type......: DiameterURI
  302. * Must......: M,V
  303. * May.......: -
  304. * Should....: -
  305. * MustNot...: -
  306. * May Encr..: No
  307. * </pre>
  308. */
  309. public static final int PRIMARY_EVENT_CHARGING_FUNCTION_NAME = 619;
  310. /**
  311. * <pre>
  312. * Name......: Secondary-Event-Charging-Function-Name
  313. * Code......: 620
  314. * Section...: 6.3.21
  315. * Type......: DiameterURI
  316. * Must......: M,V
  317. * May.......: -
  318. * Should....: -
  319. * MustNot...: -
  320. * May Encr..: No
  321. * </pre>
  322. */
  323. public static final int SECONDARY_EVENT_CHARGING_FUNCTION_NAME = 620;
  324. /**
  325. * <pre>
  326. * Name......: Primary-Charging-Collection-Function-Name
  327. * Code......: 621
  328. * Section...: 6.3.22
  329. * Type......: DiameterURI
  330. * Must......: M,V
  331. * May.......: -
  332. * Should....: -
  333. * MustNot...: -
  334. * May Encr..: No
  335. * </pre>
  336. */
  337. public static final int PRIMARY_CHARGING_COLLECTION_FUNCTION_NAME = 621;
  338. /**
  339. * <pre>
  340. * Name......: Secondary-Charging-Collection-Function-Name
  341. * Code......: 622
  342. * Section...: 6.3.23
  343. * Type......: DiameterURI
  344. * Must......: M,V
  345. * May.......: -
  346. * Should....: -
  347. * MustNot...: -
  348. * May Encr..: No
  349. * </pre>
  350. */
  351. public static final int SECONDARY_CHARGING_COLLECTION_FUNCTION_NAME = 622;
  352. /**
  353. * <pre>
  354. * Name......: User-Authorization-Type
  355. * Code......: 623
  356. * Section...: 6.3.24
  357. * Type......: Enumerated
  358. * Must......: M,V
  359. * May.......: -
  360. * Should....: -
  361. * MustNot...: -
  362. * May Encr..: No
  363. * </pre>
  364. */
  365. public static final int USER_AUTHORIZATION_TYPE = 623;
  366. /**
  367. * <pre>
  368. * Name......: User-Data-Already-Available
  369. * Code......: 624
  370. * Section...: 6.3.26
  371. * Type......: Enumerated
  372. * Must......: M,V
  373. * May.......: -
  374. * Should....: -
  375. * MustNot...: -
  376. * May Encr..: No
  377. * </pre>
  378. */
  379. public static final int USER_DATA_ALREADY_AVAILABLE = 624;
  380. /**
  381. * <pre>
  382. * Name......: Confidentiality-Key
  383. * Code......: 625
  384. * Section...: 6.3.27
  385. * Type......: OctetString
  386. * Must......: M,V
  387. * May.......: -
  388. * Should....: -
  389. * MustNot...: -
  390. * May Encr..: No
  391. * </pre>
  392. */
  393. public static final int CONFIDENTIALITY_KEY = 625;
  394. /**
  395. * <pre>
  396. * Name......: Integrity-Key
  397. * Code......: 626
  398. * Section...: 6.3.28
  399. * Type......: OctetString
  400. * Must......: M,V
  401. * May.......: -
  402. * Should....: -
  403. * MustNot...: -
  404. * May Encr..: No
  405. * </pre>
  406. */
  407. public static final int INTEGRITY_KEY = 626;
  408. /**
  409. * <pre>
  410. * Name......: Supported-Features
  411. * Code......: 628
  412. * Section...: 6.3.29
  413. * Type......: Grouped
  414. * Must......: V
  415. * May.......: M
  416. * Should....: -
  417. * MustNot...: -
  418. * May Encr..: No
  419. * </pre>
  420. */
  421. public static final int SUPPORTED_FEATURES = 628;
  422. /**
  423. * <pre>
  424. * Name......: Feature-List-ID
  425. * Code......: 629
  426. * Section...: 6.3.30
  427. * Type......: Unsigned32
  428. * Must......: V
  429. * May.......: -
  430. * Should....: -
  431. * MustNot...: M
  432. * May Encr..: No
  433. * </pre>
  434. */
  435. public static final int FEATURE_LIST_ID = 629;
  436. /**
  437. * <pre>
  438. * Name......: Feature-List
  439. * Code......: 630
  440. * Section...: 6.3.31
  441. * Type......: Unsigned32
  442. * Must......: V
  443. * May.......: -
  444. * Should....: -
  445. * MustNot...: M
  446. * May Encr..: No
  447. * </pre>
  448. */
  449. public static final int FEATURE_LIST = 630;
  450. /**
  451. * <pre>
  452. * Name......: Supported-Applications
  453. * Code......: 631
  454. * Section...: 6.3.32
  455. * Type......: Grouped
  456. * Must......: V
  457. * May.......: -
  458. * Should....: -
  459. * MustNot...: M
  460. * May Encr..: No
  461. * </pre>
  462. */
  463. public static final int SUPPORTED_APPLICATIONS = 631;
  464. /**
  465. * <pre>
  466. * Name......: Associated-Identities
  467. * Code......: 632
  468. * Section...: 6.3.33
  469. * Type......: Grouped
  470. * Must......: V
  471. * May.......: -
  472. * Should....: -
  473. * MustNot...: M
  474. * May Encr..: No
  475. * </pre>
  476. */
  477. public static final int ASSOCIATED_IDENTITIES = 632;
  478. /**
  479. * <pre>
  480. * Name......: Originating-Request
  481. * Code......: 633
  482. * Section...: 6.3.34
  483. * Type......: Enumerated
  484. * Must......: M,V
  485. * May.......: -
  486. * Should....: -
  487. * MustNot...: -
  488. * May Encr..: No
  489. * </pre>
  490. */
  491. public static final int ORIGINATING_REQUEST = 633;
  492. /**
  493. * <pre>
  494. * Name......: Wildcarded-PSI
  495. * Code......: 634
  496. * Section...: 6.3.35
  497. * Type......: UTF8String
  498. * Must......: V
  499. * May.......: -
  500. * Should....: -
  501. * MustNot...: M
  502. * May Encr..: No
  503. * </pre>
  504. */
  505. public static final int WILDCARDED_PSI = 634;
  506. /**
  507. * <pre>
  508. * Name......: SIP-Digest-Authenticate
  509. * Code......: 635
  510. * Section...: 6.3.36
  511. * Type......: Grouped
  512. * Must......: V
  513. * May.......: -
  514. * Should....: -
  515. * MustNot...: M
  516. * May Encr..: No
  517. * </pre>
  518. */
  519. public static final int SIP_DIGEST_AUTHENTICATE = 635;
  520. /**
  521. * <pre>
  522. * Name......: Wildcarded-IMPU
  523. * Code......: 636
  524. * Section...: 6.3.43
  525. * Type......: UTF8String
  526. * Must......: V
  527. * May.......: -
  528. * Should....: -
  529. * MustNot...: M
  530. * May Encr..: No
  531. * </pre>
  532. */
  533. public static final int WILDCARDED_IMPU = 636;
  534. /**
  535. * <pre>
  536. * Name......: UAR-Flags
  537. * Code......: 637
  538. * Section...: 6.3.44
  539. * Type......: Unsigned32
  540. * Must......: V
  541. * May.......: -
  542. * Should....: -
  543. * MustNot...: M
  544. * May Encr..: No
  545. * </pre>
  546. */
  547. public static final int UAR_FLAGS = 637;
  548. /**
  549. * <pre>
  550. * Name......: Loose-Route-Indication
  551. * Code......: 638
  552. * Section...: 6.3.45
  553. * Type......: Enumerated
  554. * Must......: V
  555. * May.......: -
  556. * Should....: -
  557. * MustNot...: M
  558. * May Encr..: No
  559. * </pre>
  560. */
  561. public static final int LOOSE_ROUTE_INDICATION = 638;
  562. /**
  563. * <pre>
  564. * Name......: SCSCF-Restoration-Info
  565. * Code......: 639
  566. * Section...: 6.3.46
  567. * Type......: Grouped
  568. * Must......: V
  569. * May.......: -
  570. * Should....: -
  571. * MustNot...: M
  572. * May Encr..: No
  573. * </pre>
  574. */
  575. public static final int SCSCF_RESTORATION_INFO = 639;
  576. /**
  577. * <pre>
  578. * Name......: Path
  579. * Code......: 640
  580. * Section...: 6.3.47
  581. * Type......: OctetString
  582. * Must......: V
  583. * May.......: -
  584. * Should....: -
  585. * MustNot...: M
  586. * May Encr..: No
  587. * </pre>
  588. */
  589. public static final int PATH = 640;
  590. /**
  591. * <pre>
  592. * Name......: Contact
  593. * Code......: 641
  594. * Section...: 6.3.48
  595. * Type......: OctetString
  596. * Must......: V
  597. * May.......: -
  598. * Should....: -
  599. * MustNot...: M
  600. * May Encr..: No
  601. * </pre>
  602. */
  603. public static final int CONTACT = 641;
  604. /**
  605. * <pre>
  606. * Name......: Subscription-Info
  607. * Code......: 642
  608. * Section...: 6.3.49
  609. * Type......: Grouped
  610. * Must......: V
  611. * May.......: -
  612. * Should....: -
  613. * MustNot...: M
  614. * May Encr..: No
  615. * </pre>
  616. */
  617. public static final int SUBSCRIPTION_INFO = 642;
  618. /**
  619. * <pre>
  620. * Name......: Call-ID-SIP-Header
  621. * Code......: 643
  622. * Section...: 6.3.49.1
  623. * Type......: OctetString
  624. * Must......: V
  625. * May.......: -
  626. * Should....: -
  627. * MustNot...: M
  628. * May Encr..: No
  629. * </pre>
  630. */
  631. public static final int CALL_ID_SIP_HEADER = 643;
  632. /**
  633. * <pre>
  634. * Name......: From-SIP-Header
  635. * Code......: 644
  636. * Section...: 6.3.49.2
  637. * Type......: OctetString
  638. * Must......: V
  639. * May.......: -
  640. * Should....: -
  641. * MustNot...: M
  642. * May Encr..: No
  643. * </pre>
  644. */
  645. public static final int FROM_SIP_HEADER = 644;
  646. /**
  647. * <pre>
  648. * Name......: To-SIP-Header
  649. * Code......: 645
  650. * Section...: 6.3.49.3
  651. * Type......: OctetString
  652. * Must......: V
  653. * May.......: -
  654. * Should....: -
  655. * MustNot...: M
  656. * May Encr..: No
  657. * </pre>
  658. */
  659. public static final int TO_SIP_HEADER = 645;
  660. /**
  661. * <pre>
  662. * Name......: Record-Route
  663. * Code......: 646
  664. * Section...: 6.3.49.4
  665. * Type......: OctetString
  666. * Must......: V
  667. * May.......: -
  668. * Should....: -
  669. * MustNot...: M
  670. * May Encr..: No
  671. * </pre>
  672. */
  673. public static final int RECORD_ROUTE = 646;
  674. /**
  675. * <pre>
  676. * Name......: Associated-Registered-Identities
  677. * Code......: 647
  678. * Section...: 6.3.50
  679. * Type......: Grouped
  680. * Must......: V
  681. * May.......: -
  682. * Should....: -
  683. * MustNot...: M
  684. * May Encr..: No
  685. * </pre>
  686. */
  687. public static final int ASSOCIATED_REGISTERED_IDENTITIES = 647;
  688. /**
  689. * <pre>
  690. * Name......: Multiple-Registration-Indication
  691. * Code......: 648
  692. * Section...: 6.3.51
  693. * Type......: Enumerated
  694. * Must......: V
  695. * May.......: -
  696. * Should....: -
  697. * MustNot...: M
  698. * May Encr..: No
  699. * </pre>
  700. */
  701. public static final int MULTIPLE_REGISTRATION_INDICATION = 648;
  702. /**
  703. * <pre>
  704. * Name......: Restoration-Info
  705. * Code......: 649
  706. * Section...: 6.3.52
  707. * Type......: Grouped
  708. * Must......: V
  709. * May.......: -
  710. * Should....: -
  711. * MustNot...: M
  712. * May Encr..: No
  713. * </pre>
  714. */
  715. public static final int RESTORATION_INFO = 649;
  716. // 3GPP AVP CODES
  717. public static final int TGPP_DIGEST_ALGORITHM = 111;
  718. public static final int TGPP_DIGEST_HA1 = 121;
  719. public static final int TGPP_DIGEST_QOP = 110;
  720. public static final int TGPP_DIGEST_REALM = 104;
  721. // ETSI AVP CODES
  722. public static final int LINE_IDENTIFIER = 500;
  723. public static final int ETSI_SIP_AUTHENTICATE = 501;
  724. public static final int ETSI_SIP_AUTHORIZATION = 502;
  725. public static final int ETSI_SIP_AUTHENTICATION_INFO = 503;
  726. public static final int ETSI_DIGEST_REALM = 504;
  727. public static final int ETSI_DIGEST_NONCE = 505;
  728. public static final int ETSI_DIGEST_DOMAIN = 506;
  729. public static final int ETSI_DIGEST_OPAQUE = 507;
  730. public static final int ETSI_DIGEST_STALE = 508;
  731. public static final int ETSI_DIGEST_ALGORITHM = 509;
  732. public static final int ETSI_DIGEST_QOP = 510;
  733. public static final int ETSI_DIGEST_HA1 = 511;
  734. public static final int ETSI_DIGEST_AUTH_PARAM = 512;
  735. public static final int ETSI_DIGEST_USERNAME = 513;
  736. public static final int ETSI_DIGEST_URI = 514;
  737. public static final int ETSI_DIGEST_RESPONSE = 515;
  738. public static final int ETSI_DIGEST_CNONCE = 516;
  739. public static final int ETSI_DIGEST_NONCE_COUNT = 517;
  740. public static final int ETSI_DIGEST_METHOD = 518;
  741. public static final int ETSI_DIGEST_ENTITY_BODY_HASH = 519;
  742. public static final int ETSI_DIGEST_NEXTNONCE = 520;
  743. public static final int ETSI_DIGEST_RESPONSE_AUTH = 521;
  744. // CABLELABS AVP CODES
  745. public static final int CABLELABS_DIGEST_ALGORITHM = 204;
  746. public static final int CABLELABS_DIGEST_AUTH_PARAM = 205;
  747. public static final int CABLELABS_DIGEST_DOMAIN = 206;
  748. public static final int CABLELABS_DIGEST_HA1 = 207;
  749. public static final int CABLELABS_DIGEST_QOP = 208;
  750. public static final int CABLELABS_DIGEST_REALM = 209;
  751. public static final int CABLELABS_SIP_DIGEST_AUTHENTICATE = 228;
  752. // AVPS WITHOUT VENDOR ID
  753. public static final int FRAMED_IP_ADDRESS = 8;
  754. public static final int FRAMED_INTERFACE = 96;
  755. public static final int FRAMED_IPV6_PREFIX = 97;
  756. }