Project

General

Profile

Abis Interface » History » Version 2

laforge, 02/19/2016 10:47 PM

1 1 laforge
The Abis protocol is the protocol spoken between the BSC (Base Station Controller) and BTS (Base Transceiver Station).
2
3
It is specified in the following GSM standards:
4
 * 3GPP TS 08.51 : BSC-BTS Interface General Aspects
5
 * 3GPP TS 08.52 : BSC-BTS Interface principles
6
 * 3GPP TS 08.54 : BSC-BTS Layer 1: Structure of Physical Circuits
7
 * 3GPP TS 08.56 : BSC-BTS Layer 2: Specification
8
 * 3GPP TS 08.58 : BSC-BTS Layer 3: Specification
9
  * This contains the specification of the RSL (Radio Signalling Link) on SAPI 0
10
 * 3GPP TS 21.21 : Network Management procedures and messages on the A-bis interface
11
  * This basically describes the OML (Organization and Maintenance Layer) on SAPI 62
12
13
14
== RSL (Radio Signalling Link) ==
15
16
The RSL contains two types of messages
17 2 laforge
 * transparent messages (forwarded by BTS without interpretation or changes). T-bit in message discriminator == 1
18 1 laforge
 * non-transparent messages (messages sent between BSC and BTS)
19
20
furthermore, the messages are grouped into four main groups (see below).
21 2 laforge
 
22
All messages are transmitted using LAPD I frames, except for MEASUREMENT RESULT (UI). T-bit in message discriminator == 0
23 1 laforge
24
=== Radio Link Layer Management ===
25 2 laforge
26
All messsages are prefixed by 6-byte header:
27
 * 1 byte message discriminator
28
 * 1 byte message type
29
 * 2 byte channel number
30
 * 2 byte link identifier
31
32
The actual message types are:
33 1 laforge
 * EST_IND: Link establishment indication (BTS->BSC)
34
 * EST_REQ: Link establishment request (BSC->BTS)
35
 * EST_CONF: Link establishment Confirmation (BTS->BSC)
36
 * REL_IND: Link release indication (BTS->BSC)
37
 * REL_REQ: Link release request (BSC->BTS)
38
 * REL_CONF: Link release confirmation (BTS->BSC)
39
 * DATA_REQ: Transmission of transparent L3 message in acknowledged mode (BSC->BTS)
40
 * DATA_IND: Reception of transparent L3 message in acknowledged mode (BTS->BSC)
41
 * UNIT_DATA_REQ: Transmission of transparent L3 message in unacknowledged mode (BSC->BTS)
42
 * UNIT_DATA_IND: Reception of transparent L3 message in unacknowledged mode (BTS->BSC)
43
 * ERROR_IND: Link error indication (BTS->BSC)
44
45
=== Dedicated Channel Management ===
46 2 laforge
47
All messsages are prefixed by 4-byte header:
48
 * 1 byte message discriminator
49
 * 1 byte message type
50
 * 2 byte channel number
51
52
The actual message types are:
53 1 laforge
 * CHAN_ACTIV: Channel activation (BSC->BTS)
54
 * CHAN_ACTIV_ACK: Channel activation acknowledgement (BTS->BSC)
55
 * CHAN_ACTIV_NACK: Channel activation not acknowledged (BTS->BSC)
56
 * MODE_MODIFY: Channel mode modify (BSC->BTS)
57
 * MODE_MODIFY_ACK: Channel mode modify acknowledgement (BTS->BSC)
58
 * MODE_MODIFY_NACK: Channel mode modify not acknowledged (BTS->BSC)
59
 * HANDO_DET: Handover detection (BTS->BSC)
60
 * ENCR_CMD: Start of Encryption (BSC->BTS)
61
 * MEAS_RES: Measurement result (BTS->BSC)
62
 * PREPROC_CONFIGURE: Configure pre-processed measurement report (BSC->BTS)
63
 * PREPROC_MEAS_RES: Preprocessed measurement report (BTS->BSC)
64
 * DEACT_SACCH: Deactivate SACCH (BSC->BTS)
65
 * RF_CHAN_REL: Radio channel release (BSC->BTS)
66
 * RF_CHAN_REL_ACK: Radio channel release ack (BTS->BSC)
67
 * MS_POWER_CONTROL: MS power control (BSC->BTS)
68
 * BS_POWER_CONTROL: Transmission power control (BSC->BTS)
69
 * CONN_FAIL_IND: Connection failure indication (BTS->BSC)
70
 * PHYS_CONTEXT_REQ: Physical context request (BSC->BTS)
71
 * PHYS_CONTEXT_CONF: Physical context confirmation (BTS->BSC)
72
 * SACCH_INFO_MODIFY: SACCH nformation modify (BSC->BTS)
73
 * TALKER_DET: Talker detection (BTS->BSC)
74
 * LISTENER_DET: Listener detection (BTS->BSC)
75
 * REMOTE_CODEC_CONF: Remote codec configuration (BTS->BSC)
76
 * RTD_REP: Round Trip Delay Report (BTS->BSC)
77
 * PRE_HANDO_NOTIF: Pre-handover warning (BSC->BTS)
78
 * CODEC_MOD_REQ: Multirate codec configuration change request (BSC->BTS)
79
 * CODEC_MOD_ACK: Multirate codec configuration change acknowledge (BTS->BSC)
80
 * CODEC_MOD_PERF: Multirate codec change performed (BTS->BSC)
81
 * TFO_REPORT: TFO Report / AMR (BTS->BSC)
82
 * TFO_MODIFICATION_REQ: TFO Modification Request (BSC->BTS)
83
84
=== Common Channel Management ===
85 2 laforge
86
All messsages are prefixed by 4-byte header:
87
 * 1 byte message discriminator
88
 * 1 byte message type
89
 * 2 byte channel number
90
91
The actual message types are:
92 1 laforge
 * CHAN_RQS: Channel request by MS (BTS->BSC)
93
 * PAG_CMD: Paging command (BSC->BTS)
94
 * DELETE_IND: Delete indication (BTS->BSC)
95
 * CCCH_LOAD_IND: CCCH load indication (BTS->BSC)
96
 * BCCH_INFO: Broadcast information modify (BSC->BTS)
97
 * SMS_BROADCAST_REQ: Short Message Cell Broadcast (BSC->BTS)
98
 * SMS_BROADCAST_CMD: Short Message Cell Broadcast (BSC->BTS)
99
 * IMM_ASS_CMD: Immediate Assign command (BSC->BTS)
100
 * NOTIF_CMD: Notification (BSC->BTS)
101
102
=== TRX Management ===
103 2 laforge
All messsages are prefixed by 2-byte header:
104
 * 1 byte message discriminator
105
 * 1 byte message type
106
107
The actual message types are:
108 1 laforge
 * RF_RES_IND: Radio resource indication (BTS->BSC)
109
 * SACCH_FILL: SACCH filling information modify (BSC->BTS)
110
 * OVERLOAD: Flow control (BTS->BSC)
111
 * ERROR_REPORT: Error reporting (BTS->BSC)
Add picture from clipboard (Maximum size: 48.8 MB)