blob: 75fb32260853536c26c2d31fbe9d8655895f246d [file] [log] [blame]
Harald Weltea97e4362015-08-29 09:08:17 +02001= Specs =
2
3* TS 25.467: Home Node B Stage 2 (high level overview)
4** Figure 7.2.1 shows the protocol stack
5* TS 25.468: RUA (RANAP User Adaption), ASN.1 "SCCP Like" layer
6* TS 25.469: HNBAP signalling
7* TS 25.444: Iuh data transport (UDP/RTP/GTP use)
8* TS 25.413: RANAP
9
10
11= Protocols =
12
Harald Welte2e002022015-08-29 20:33:02 +020013h2. RANAP
Harald Weltea97e4362015-08-29 09:08:17 +020014
15ASN1, BASIC-PER aligned
16
Harald Welte2e002022015-08-29 20:33:02 +020017h3. Classes of Elementary Procedures
18
19* Class 1: EPs with response (success and/or failure)
20* Class 2: EPs without response
21* Class 3: EPs with possibility of multiple responses
22
23h3. Functions
24
25* Paging
26* Common ID management
27* Transport of NAS information
28* Security Mode Control
29* Radio Access Bearer (RAB) Management
30* Iu release
31* Relocating Serving RNC (SRNC)
32* Overload management
33* Reset
34* Location reporting
35* Data volume reporting
36
37h3. Procedures
38
39* Paging
40* Initial UE Message
41* Common ID (tie IMSI of UE to RRC connection)
42* Direct Transfer (like LAPDm)
43* Security Mode Control
44* RAB Assignment (CN->RAN)
45* Iu Release (CN->RAN, clear a connection to a UE)
46* Iu Release Request (RAN->CN, request release)
47*
48
49
50
Harald Weltea97e4362015-08-29 09:08:17 +020051== HNBAP ==
52
53ASN1, BASIC-PER aligned
54
55* HNB registration
56** HNB REGISTER REQ/ACC/REK
57** HNB DE-REGISTER
58* UE registration
59** UE REG/ACC/REJ
60** UE DE-REGISTER
61* RNSAP relocation
62** TNL UPD REQ/RESP/REJ
63** HNB CFG XFER REQ/RESP
64* error handling
65** ERROR IND
66
67
68
69* SABP
70* PCAP
71
72= SCTP adaption layers
73
74== RUA ==
75
76ASN1, BASIC-PER aligned
77
78* one association for each UE
79* CONNECT / TRANSFER / DISCONNECT / CONNECTIONLESS TRANSFER / ERROR
80
81== PUA ==