aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/hnbap/HNBAP-CommonDataTypes.asn
blob: 9ef97457ed5983c3b61b9a934c1325468ed28b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************

HNBAP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) 
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-CommonDataTypes (3)  }

DEFINITIONS AUTOMATIC TAGS ::= 

BEGIN

-- **************************************************************
--
-- Extension constants
--
-- **************************************************************

maxPrivateIEs 		INTEGER ::= 65535
maxProtocolExtensions 	INTEGER ::= 65535
maxProtocolIEs		INTEGER ::= 65535

-- **************************************************************
--
-- Common Data Types
--
-- **************************************************************
Criticality		::= ENUMERATED { reject, ignore, notify }

Presence		::= ENUMERATED { optional, conditional, mandatory }

PrivateIE-ID	::= CHOICE {
	local		INTEGER (0..65535),
	global		OBJECT IDENTIFIER
}


ProcedureCode		::= INTEGER {
	id-HNBRegister(1),
	id-HNBDe-Register(2),
	id-UERegister(3),
	id-UEDe-Register(4),
	id-ErrorIndication(5),
	id-privateMessage(6),
	id-CSGMembershipUpdate(7),
	id-TNLUpdate(9),
	id-HNBConfigTransfer(10),
	id-RelocationComplete(11),
	id-U-RNTIQuery(14)
} (0..255)


ProtocolIE-ID		::= INTEGER {
	id-Cause(1),
	id-CriticalityDiagnostics(2),
	id-HNB-Identity(3),
	id-Context-ID(4),
	id-UE-Identity(5),
	id-LAC(6),
	id-RAC(7),
	id-HNB-Location-Information(8),
	id-PLMNidentity(9),
	id-SAC(10),
	id-CellIdentity(11),
	id-Registration-Cause(12),
	id-UE-Capabilities(13),
	id-RNC-ID(14),
	id-CSG-ID(15),
	id-BackoffTimer(16),
	id-HNB-Internet-Information(17),
	id-HNB-Cell-Access-Mode(18),
	id-MuxPortNumber(19),
	id-Service-Area-For-Broadcast(20),
	id-CSGMembershipStatus(21),
	id-RABList(22),
	id-HNBConfigInfo(23),
	id-AccessResult(25),
	id-Update-cause(26),
	id-NeighbourInfoList(27),
	id-NeighbourInfoRequestList(28),
	id-Iurh-Signalling-TNL-Address(29),
	id-PSC(30),
	id-HNB-Cell-Identifier(31),
	id-Tunnel-Information(41),
	id-CELL-FACHMobilitySupport(42),
	id-S-RNTIPrefix(43),
	id-URAIdentity(44),
	id-NeighbourIdentity(45),
	id-HNBCapacity(46),
	id-NeighbourCellIdentityList(47),
	id-AdditionalNeighbourInfoList(48),
	id-U-RNTI(49),
	id-UnknownU-RNTIIndication(50),
	id-HNB-GWResponse(51),
	id-URAIdentityList(52)
} (0..maxProtocolIEs)

TriggeringMessage	::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }

END