Project

General

Profile

Public Warning System » History » Version 1

laforge, 09/13/2019 08:35 PM

1 1 laforge
h1. Public Warning System
2
3
Public Warning System (PWS) refers to a specific feature in LTE/4G networks.  It can be considered as the successor to the [[Cell_Broadcast]] and [[ETWS]] in 2G, or the [[Service_Area_Broadcast]] in 3G.
4
5
h2. Architecture
6
7
h3. Network Diagram
8
9
{{graphviz_link()
10
digraph G {
11
  BTS0 [label="eNodeB"];
12
  BTS1 [label="eNodeB"];
13
  BTS10 [label="eNodeB"];
14
  BTS11 [label="eNodeB"];
15
  BSC [label="MME"];
16
  BSC1 [label="MME"];
17
18
  User -> CBC [label="proprietaty"];
19
  CBC -> BSC [label="SBc-AP"];
20
  CBC -> BSC1 [label="SBc-AP"];
21
  BSC -> BTS0 [label="S1-AP"];
22
  BSC -> BTS1 [label="S1-AP"];
23
  BSC1 -> BTS10 [label="S1-AP"];
24
  BSC1 -> BTS11 [label="S1-AP"];
25
  BTS0 -> UE [label="SIB10/11/12"];
26
}
27
}}
28
29
h3. Ladder Diagram
30
31
!osmodevcon2019-cell_broadcast__6.png!
32
33
34
h2. Interfaces
35
36
h3. SBc interface between CBC and MME
37
38
The interface is based on a ASN.1 based protocol called SBc-AP which is specified in "3GPP TS 29.168":https://www.etsi.org/deliver/etsi_ts/129100_129199/129168/15.01.00_60/ts_129168v150100p.pdf
39
40
The protocol operates over SCTP. Connections are initiated by the CBC to the MME, and the MME listens for SBcAP connections on SCTP port 29168.
Add picture from clipboard (Maximum size: 48.8 MB)