blob: 67e15afe9c146414b1420b05d9d63d44ff0544b0 [file] [log] [blame]
Harald Welted19e33f2019-08-10 21:12:07 +02001;;
2;; %CopyrightBegin%
3;;
4;; Copyright Travelping GmbH 2015. All Rights Reserved.
5;;
6;; Licensed under the Apache License, Version 2.0 (the "License");
7;; you may not use this file except in compliance with the License.
8;; You may obtain a copy of the License at
9;;
10;; http://www.apache.org/licenses/LICENSE-2.0
11;;
12;; Unless required by applicable law or agreed to in writing, software
13;; distributed under the License is distributed on an "AS IS" BASIS,
14;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15;; See the License for the specific language governing permissions and
16;; limitations under the License.
17;;
18;; %CopyrightEnd%
19;;
20
21;;
22;; Edits:
23;;
24;; - Ipv6 -> IPv6
25;;
26
27@id 0
28@name diameter_3gpp_base
29@prefix diameter_3gpp
30@vendor 10415 3GPP
31
32;; only attributes required by other applications are defined
33
34@avp_types
35
36 3GPP-IMSI 1 UTF8String V
37 3GPP-Charging-Id 2 OctetString V
38 3GPP-PDP-Type 3 Enumerated V
39 3GPP-CG-Address 4 OctetString V
40 3GPP-GPRS-Negotiated-QoS-Profile 5 UTF8String V
41 3GPP-SGSN-Address 6 OctetString V
42 3GPP-GGSN-Address 7 OctetString V
43 3GPP-IMSI-MCC-MNC 8 UTF8String V
44 3GPP-GGSN-MCC-MNC 9 UTF8String V
45 3GPP-NSAPI 10 OctetString V
46 3GPP-Session-Stop-Indicator 11 OctetString V
47 3GPP-Selection-Mode 12 UTF8String V
48 3GPP-Charging-Characteristics 13 UTF8String V
49 3GPP-CG-IPv6-Address 14 OctetString V
50 3GPP-SGSN-IPv6-Address 15 OctetString V
51 3GPP-GGSN-IPv6-Address 16 OctetString V
52 3GPP-IPv6-DNS-Servers 17 OctetString V
53 3GPP-SGSN-MCC-MNC 18 UTF8String V
54 3GPP-IMEISV 20 OctetString V
55 3GPP-RAT-Type 21 OctetString V
56 3GPP-User-Location-Info 22 OctetString V
57 3GPP-MS-TimeZone 23 OctetString V
58 3GPP-CAMEL-Charging-Info 24 OctetString V
59 3GPP-Packet-Filter 25 OctetString V
60 3GPP-Negotiated-DSCP 26 OctetString V
61 3GPP-Allocate-IP-Type 27 OctetString V
62 TWAN-Identifier 29 OctetString V
63 3GPP-User-Location-Info-Time 30 OctetString V
64
65@enum 3GPP-PDP-Type
66
67 IPv4 0
68 PPP 1
69 IPv6 2
70 IPv4v6 3
71 Non-IP 4