Newer
Older
Grzegorz Daniluk
committed
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
\documentclass[compress,red]{beamer}
\mode<presentation>
\setbeamertemplate{navigation symbols}{}
\usetheme{Warsaw}
%\hypersetup{pdfpagemode=FullScreen} % makes your presentation go automatically to full screen
% define your own colors:
\definecolor{Red}{rgb}{1,0,0}
\definecolor{Blue}{rgb}{0,0,1}
\definecolor{Green}{rgb}{0,1,0}
\definecolor{magenta}{rgb}{1,0,.6}
\definecolor{lightblue}{rgb}{0,.5,1}
\definecolor{lightpurple}{rgb}{.6,.4,1}
\definecolor{gold}{rgb}{.6,.5,0}
\definecolor{orange}{rgb}{1,0.4,0}
\definecolor{hotpink}{rgb}{1,0,0.5}
\definecolor{newcolor2}{rgb}{.5,.3,.5}
\definecolor{newcolor}{rgb}{0,.3,1}
\definecolor{newcolor3}{rgb}{1,0,.35}
\definecolor{darkgreen1}{rgb}{0, .35, 0}
\definecolor{darkgreen}{rgb}{0, .6, 0}
\definecolor{darkred}{rgb}{.75,0,0}
\xdefinecolor{olive}{cmyk}{0.64,0,0.95,0.4}
\xdefinecolor{purpleish}{cmyk}{0.75,0.75,0,0}
\useoutertheme[subsection=false]{smoothbars}
% include packages
\usepackage{subfigure}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage[all,knot]{xy}
\xyoption{arc}
\usepackage{url}
\usepackage{multimedia}
\usepackage{hyperref}
\usepackage{helvet}
\usepackage[polish,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{multirow}
%%%%%%%%%%%%5
%\usepackage{geometry}
%\geometry{verbose,letterpaper}
%\usepackage{movie15}
%\usepackage{hyperref}
%%%%%%%
% greetings, introduce yourself
% \includegraphics[height=5cm]{fig/WRlogo.ps}
\title[ITU-T Q13/15 meeting report\hspace{2em}\insertframenumber/\inserttotalframenumber]
{White Rabbit @ ITU-T\\ Report on Q13/15 meeting in Boulder}
\institute{
\begin{center}
Hardware and Timing Section\\
CERN
\end{center}
}
\author{
Maciej Lipi\'{n}ski %, T.W\l{}ostowski, J.Serrano, P.Alvarez
}
\date{March 2012}
% \institute%[Universities of Somewhere and Elsewhere] % (optional, but mostly needed)
% {
% \begin{center}
% BE-CO-HT\\
% CERN, Geneva,\\
% Switzerland\\
% \end{center}
% }
\pgfdeclareimage[height=0.6cm]{wr-logo}{../../figures/logo/WRlogo.ps}
Grzegorz Daniluk
committed
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
\logo{\pgfuseimage{wr-logo}}
\AtBeginSection[]
% {
% \begin{frame}<beamer>{Outline}
% \tableofcontents[currentsection]
% \end{frame}
% }
\begin{document}
\frame{\titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}<beamer>{Outline}
\tableofcontents %[currentsection]
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{The Goal}
\begin{itemize}
\item Standardization: ultimate destination for WR
\item ITU-T~~: Telecom PTP Profile
\item CERN~: White Rabbit PTP Profile
\item {\bf WR-PTP $\cap$ T-PTP = ?}
\end{itemize}
\begin{center}
\includegraphics[height=3.5cm]{../../figures/misc/gva-dva.ps}
Grzegorz Daniluk
committed
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Q13/15}
\begin{itemize}
\item Question 13, Study Group 15
\item Network Synchronization and Time Distribution Performance
% http://www.itu.int/ITU-T/studygroups/com15/sg15-q13.html
%
% \item Meetings every $\approx$ 3 months
\item Two PTP telecom profiles:
\begin{itemize}
\item frequency distribution (GSM/UTS)
% to current mobile systems
% ITU-T G.8265, “Architecture and requirements for packet based
% frequency delivery”, October 2010
% ITU-T G.8265.1, “ITU-T PTP Profile for Frequency distribution without
% timing support form the network (unicast mode)”, October 2010
\item accurate phase/time distribution (TD-SCDMA/LTE-A)
% to new mobile systems
% T-PTP Profile (Recommendations G.8271 - G.8275)
\end{itemize}
\item Rules:
\begin{itemize}
\item key world players in the field \\
(Ericsson, China Telecom, France Telecom, Cisco, ...)
\item decisions by consensus
\item politics/interests play in the game
\item heavy legacy (SDH, SyncE)
\item the most stubborn wins
\item long process
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Telecom PTP Profile}
\subsection{}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Telecom PTP Profile for phase/time distribution (1)}
\begin{itemize}
\item Recommendations G.827x
\item Time and Phase Synchronization in packet networks
% \item Methods to distribute the reference timing signals for
% that can be used to recover the phase synchronization and/or time synchronization
% \begin{itemize}
% \item phase synchronization and/or
% \item time synchronization
% \end{itemize}
\item Applications:
\begin{itemize}
\item UTRA-TTD and LTE-TDD (small cell), accuracy {\bf $1\mu s$ - $1.5\mu s$}
\item Wimax-TDD (small cell), accuracy {\bf $x ns$ - $1\mu s$}
\end{itemize}
\item Targeted accuracy: sub-$\mu s$
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Why not standard PTP?}
%\subsection{}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Telecom PTP Profile for phase/time distribution (2)}
\begin{itemize}
\item SyncE legacy (SDH legacy)
% extension of SyncE onto time distribution and packet-based synchronization
\item Combination of SyncE and PTP
\item Time error budget definition and assignment
\item Hop-by-hop phase/time transfer: Telecom Boundry Clocks
\item Telecom Boundary Clocks characteristics (hold-over, oscillator type, filtering, ...)
\item Definition of PTP parameters:
\begin{itemize}
\item request-response mechanism
\item PTP message
\item time intervals
\end{itemize}
\item Modification of Best Master Clock Algorithm
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Why not standard PTP?}
%\subsection{}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Telecom PTP Profile for phase/time distribution (3)}
\begin{itemize}
\item SyncE and PTP planes (to be decided)
\begin{itemize}
\item independent or
\item governed by SyncE
\end{itemize}
\item Timing requirements foreseen for all-conditions
\item Application in well-controlled and hand-configured networks
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{WR @ Q13/15 meeting}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR contribution}
\begin{itemize}
\item Informative contribution and presentation
\item Great interest (DDMTD, mBMC, single fiber,...)
\item Tons of questions and contact exchanged
\item Reference during discussions (e.g. precision or mBMC)
\item Considered valuable input
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{WR @ Q13/15 meeting}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Technical Feedback}
\begin{itemize}
\item Influence of temperature variation on fixed delays and asymmetry
\item Best Master Clock Algorithm
\begin{itemize}
\item Triggered much interest
\item Possible bug in WR's mBMC
\end{itemize}
\item Possible problems (jumps) during switch-over
\item Doubts as to whether sub-ns accuracy can be maintained in harsh conditions
\item Possible reference/testing environment
\item Expected/hoped future cooperation
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{WR @ Q13/15 meeting}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR standardization Feedback}
\begin{itemize}
\item Many different suggestions:
\begin{itemize}
\item Find common base between G.827x and WRPTP, try aligning
\item Do ITU-T WRPTP profile, very similar to telecom profile
\item Standardize WRPTP profile directly within IEEE
\item Find scientific equivalence of ITU-T/IEEE to standardize
\end{itemize}
\item CERN ITU-T member ?
\begin{itemize}
\item Good publicity for ITU and CERN
\item Probably within some scientific cooperation
\item Benefits for both sides (experience, PR)
\end{itemize}
\item Whatever standardization path - strong suggestion to cooperate with Q13/15
\item Next ISPCS meeting important - decision regarding PTPv3
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Conclusions}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR vs. telecom}
\begin{tabular}{| c | c | c |} \hline
{\bf Feature} & {\bf White Rabbit } & {\bf Telecom} \\ \hline
%similar
Syntonization & \multicolumn{2}{|c|}{SyncE} \\ \hline
Synchronization & \multicolumn{2}{|c|}{PTP} \\ \hline
Delay Mechanism & \multicolumn{2}{|c|}{request-response} \\ \hline
PTP BMC & \multicolumn{2}{|c|}{modified (redundancy support)} \\ \hline
%different
\color{red}{PTP/SyncE planes}& aligned to PTP's & independent or \\ %\hline
& & aligned to SyncE \\ \hline
\color{red}{SyncE used for} & \multicolumn{2}{|c|}{stable frequency reference} \\
& timestamp & \\
& phase alignment & \\
& calibration & \\ \hline
\color{red}{Boundary Clock} & \multicolumn{2}{|c|}{syncE support} \\
& timestamp precision & holdover \\
& calibration support & oscillator type \\
& frequency loop-back & \\ \hline
\end{tabular}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Conclusions}
% \subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{WR @ ITU-T}
\begin{itemize}
\item Well-received
\item Triggered interest
\item Left mark in telecom world
\item Received valuable feedback
\item Left excitement in the community
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Conclusions}
% \subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Standardization Paths}
\begin{itemize}
\item Profile at ITU-T: Within Telecom Profile (G.827x)
\begin{itemize}
\item long process
\item valuable feedback
\item compromises required
\end{itemize}
\item {\bf Profile at ITU-T: Separate Profile (similar to Telecom)}
\begin{itemize}
\item valuable feedback / useful for Telecom as reference
\item non-telecom solution in telecom world
\item starting curve / easier compromises
\end{itemize}
\item Profile directly at IEEE
\begin{itemize}
\item CERN -- an "other appropriate organization"?
\item feedback from telecom world?
\item no compromises required
\end{itemize}
\item Profile at other standardization body/consortium
\begin{itemize}
\item who/how much?
\item feedback from telecom world?
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section{Conclusions}
% \subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Conclusions}
\begin{itemize}
\item Separate Profile (similar to Telecom) at ITU-T seems interesting
\item For Further Studies
\begin{itemize}
\item alignment with G.827x
\item other PTP profiles (Power, LXI)
\end{itemize}
\item E-mail consultation with key PTP players
\item Evaluation of costs/efforts of standardization paths:
\begin{itemize}
\item Profile at ITU-T
\item Profile directly at IEEE
\item Profile at other standardization body/consortium
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Thank you}
\begin{center}
Any questions ?
\end{center}
\begin{center}
% \includegraphics[height=4.0cm]{fig/white_rabbit_by_kyoht.ps}
%\includegraphics[height=4.0cm]{fig/WRlogo.ps}
\includegraphics[height=6.0cm]{../../figures/misc/maciek_questions.ps}
Grzegorz Daniluk
committed
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Link Delay Model}
%\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}