dictionary.3gpp

来自「This is java Radius API」· 3GPP 代码 · 共 44 行

3GPP
44
字号
# -*- text -*-##	3GPP stuff.##	ftp://ftp.3gpp.org/specs/2002-06/R1999/29_series/29061-3a0.zip##	$Id$#VENDOR		3GPP				10415BEGIN-VENDOR	3GPP##	Most of the 'string' attributes are UTF-8 encoded text.#	Maybe we want a UTF-8 'type' in the server...#ATTRIBUTE	3GPP-IMSI				1	stringATTRIBUTE	3GPP-Charging-ID			2	integerATTRIBUTE	3GPP-PDP-Type				3	integerATTRIBUTE	3GPP-Charging-Gateway-Address		4	ipaddrATTRIBUTE	3GPP-GPRS-Negotiated-QoS-profile	5	stringATTRIBUTE	3GPP-SGSN-Address			6	ipaddrATTRIBUTE	3GPP-GGSN-Address			7	ipaddrATTRIBUTE	3GPP-IMSI-MCC-MNC			8	stringATTRIBUTE	3GPP-GGSN-MCC-MNC			9	stringATTRIBUTE	3GPP-NSAPI				10	stringATTRIBUTE	3GPP-Session-Stop-Indicator		11	octetsATTRIBUTE	3GPP-Selection-Mode			12	stringATTRIBUTE	3GPP-Charging-Characteristics		13	stringATTRIBUTE	3GPP-Charging-Gateway-IPv6-Address	14	ipv6addrATTRIBUTE	3GPP-SGSN-IPv6-Address			15	ipv6addrATTRIBUTE	3GPP-GGSN-IPv6-Address			16	ipv6addr##	This attribute is really an array of IPv6 addresses.#	Why the heck couldn't they just send multiple attributes?#ATTRIBUTE	3GPP-IPv6-DNS-Servers			17	octetsATTRIBUTE	3GPP-SGSN-MCC-MNC			18	stringATTRIBUTE	3GPP-Teardown-Indicator			19	octetsEND-VENDOR	3GPP

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?