-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtr-069-biblio.xml
4371 lines (4342 loc) · 159 KB
/
tr-069-biblio.xml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
TR-069 Data Model Bibliographic References
Copyright (c) 2009-2023, Broadband Forum
The undersigned members have elected to grant the copyright to
their contributed material used in this software:
Copyright (c) 2019 ARRIS Enterprises, LLC.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only.
Please reference the Forum IPR Policy for patent licensing terms
<https://www.broadband-forum.org/ipr-policy>.
Any moral rights which are necessary to exercise under the above
license grant are also deemed granted under this license.
Summary:
TR-069 bibliographic references. This file is not versioned, and contains
a centralized set of bibliographic references for all TR-069 data model
definitions.
Comments or questions about this Broadband Forum data model should be
directed to <info@broadband-forum.org>.
-->
<dm:document
xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-14"
xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-1-0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
urn:broadband-forum-org:cwmp:datamodel-1-14
https://www.broadband-forum.org/cwmp/cwmp-datamodel-1-14.xsd
urn:broadband-forum-org:cwmp:datamodel-report-1-0
https://www.broadband-forum.org/cwmp/cwmp-datamodel-report-1-0.xsd"
spec="urn:broadband-forum-org:tr-069"
file="tr-069-biblio.xml">
<bibliography>
<!-- 3GPP references -->
<reference id="3GPP-HSPA">
<name>High Speed Packet data Access (HSPA)</name>
<organization>3GPP</organization>
<hyperlink>
https://www.3gpp.org/technologies/keywords-acronyms/99-hspa
</hyperlink>
</reference>
<reference id="3GPP-TS.03.03">
<name>3GPP TS 03.03</name>
<title>Numbering, Addressing and Identification</title>
<organization>3GPP CT WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/0303.htm</hyperlink>
</reference>
<reference id="3GPP-TS.05.05">
<name>3GPP TS 05.05</name>
<title>Radio Transmission and Reception</title>
<organization>3GPP GERAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/0505.htm</hyperlink>
</reference>
<reference id="3GPP-TS.22.011">
<name>3GPP TS 22.011</name>
<title>Service accessibility</title>
<organization>3GPP SA WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/22011.htm</hyperlink>
</reference>
<reference id="3GPP-TS.22.220">
<name>3GPP TS 22.220</name>
<title>
Service requirements for Home Node B (HNB) and Home eNode B (HeNB)
</title>
<organization>3GPP SA WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/22220.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.003">
<name>3GPP TS 23.003</name>
<title>Numbering, addressing and identification</title>
<organization>3GPP CT WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23003.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.032">
<name>3GPP TS 23.032</name>
<title>Universal Geographical Area Description (GAD)</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23032.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.060">
<name>3GPP TS 23.060</name>
<title>
General Packet Radio Service (GPRS); Service description; Stage 2
</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23060.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.107">
<name>3GPP TS 23.107</name>
<title>Quality of Service (QoS) concept and architecture</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23107.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.203">
<name>3GPP TS 23.203</name>
<title>Policy and charging control architecture</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23203.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.316">
<name>3GPP TS 23.316</name>
<title>
Wireless and wireline convergence access support for the 5G System
(5GS)
</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23316.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.401">
<name>3GPP TS 23.401</name>
<title>
General Packet Radio Service (GPRS) enhancements for Evolved Universal
Terrestrial Radio Access Network (E-UTRAN) access
</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23401.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.501">
<name>3GPP TS 23.501</name>
<title>System architecture for the 5G System (5GS); Stage 2</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23501.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.502">
<name>3GPP TS 23.502</name>
<title>Procedures for the 5G System (5GS)</title>
<organization>3GPP SA WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23502.htm</hyperlink>
</reference>
<reference id="3GPP-TS.23.503">
<name>3GPP TS 23.503</name>
<title>Policy and charging control framework for the 5G System (5GS); Stage 2</title>
<organization>3GPP CT WG4</organization>
<date>2019</date>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23503.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.008">
<name>3GPP TS 24.008</name>
<title>
Mobile radio interface Layer 3 specification; Core network protocols;
Stage 3
</title>
<organization>3GPP CT WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24008.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.193">
<name>3GPP TS 24.193</name>
<title>
5G System;Access Traffic Steering, Switching and Splitting (ATSSS); Stage 3
</title>
<organization>3GPP CT WG1</organization>
<category>Technical specification</category>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24193.htm</hyperlink>
</reference>
<reference id="3GPP_TS_24.229">
<name>3GPP TS 24.229</name>
<title>
IP Multimedia Call Control Protocol based on Session Initiation
Protocol (SIP) and Session Description Protocol (SDP); Stage 3
</title>
<organization>3GPP CT WG1</organization>
<category>Technical specification</category>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24229.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.301">
<name>3GPP TS 24.301</name>
<title>
Non-Access-Stratum (NAS) protocol for Evolved Packet System (EPS);
Stage 3
</title>
<organization>3GPP CT WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24301.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.501">
<name>3GPP TS 24.501</name>
<title>
Non-Access-Stratum (NAS) protocol for 5G System (5GS); Stage 3
</title>
<organization>3GPP CT WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24501.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.502">
<name>3GPP TS 24.502</name>
<title>
Access to the 3GPP 5G Core Network (5GCN) via non-3GPP access networks
</title>
<organization>3GPP CT WG1</organization>
<category>Technical specification</category>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24502.htm</hyperlink>
</reference>
<reference id="3GPP-TS.24.526">
<name>3GPP TS 24.526</name>
<title>User Equipment (UE) policies for 5G System (5GS); Stage 3</title>
<organization>3GPP CT WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24526.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.104">
<name>3GPP TS 25.104</name>
<title>Base Station (BS) radio transmission and reception (FDD)</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25104.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.133">
<name>3GPP TS 25.133</name>
<title>
Requirements for support of radio resource management (FDD)
</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25133.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.171">
<name>3GPP TS 25.171</name>
<title>
Requirements for support of Assisted Global Positioning System (A-GPS)
</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25171.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.214">
<name>3GPP TS 25.214</name>
<title>Physical layer procedures (FDD)</title>
<organization>3GPP RAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25214.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.304">
<name>3GPP TS 25.304</name>
<title>
User Equipment (UE) procedures in idle mode and procedures for cell
reselection in connected mode
</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25304.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.331">
<name>3GPP TS 25.331</name>
<title>Radio Resource Control (RRC); Protocol specification</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25331.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.401">
<name>3GPP TS 25.401</name>
<title>UTRAN overall description</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25401.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.413">
<name>3GPP TS 25.413</name>
<title>
UTRAN Iu interface Radio Access Network Application Part (RANAP)
signalling
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25413.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.433">
<name>3GPP TS 25.433</name>
<title>
UTRAN Iub interface Node B Application Part (NBAP) signalling
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25433.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.469">
<name>3GPP TS 25.469</name>
<title>
UTRAN Iuh interface Home Node B Application Part (HNBAP) signalling
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25469.htm</hyperlink>
</reference>
<reference id="3GPP-TS.25.967">
<name>3GPP TS 25.967</name>
<title>FDD Home NodeB RF Requirements</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25967.htm</hyperlink>
</reference>
<reference id="3GPP-TS.27.007">
<name>3GPP TS 24.007</name>
<title>
AT command set for User Equipment (UE)
</title>
<organization>3GPP CT WG1</organization>
<category>Technical specification</category>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24007.htm</hyperlink>
</reference>
<reference id="3GPP-TS.29.281">
<name>3GPP TS 29.281</name>
<title>
General Packet Radio System (GPRS) Tunnelling Protocol User Plane
(GTPv1-U)
</title>
<organization>3GPP CT WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/29281.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.300">
<name>3GPP TS 32.300</name>
<title>
Telecommunication management; Configuration Management (CM); Name
convention for Managed Objects
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32300.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.405">
<name>3GPP TS 32.405</name>
<title>
Telecommunication management; Performance Management (PM); Performance
measurements Universal Terrestrial Radio Access Network (UTRAN)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32405.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.452">
<name>3GPP TS 32.452</name>
<title>Performance measurements Home Node B(HNB) Subsystem (HNS)</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/DynaReport/32452.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.453">
<name>3GPP TS 32.453</name>
<title>
Performance measurements Home Enhanced Node B(HeNB) Subsystem (HeNS)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/DynaReport/32453.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.582">
<name>3GPP TS 32.582</name>
<title>
Telecommunications management; Home Node B (HNB) Operations,
Administration, Maintenance and Provisioning (OAM&P); Information
model for Type 1 interface HNB to HNB Management System (HMS)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32582.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.584">
<name>3GPP TS 32.584</name>
<title>
Telecommunications management; Home Node B (HNB) Operations,
Administration, Maintenance and Provisioning (OAM&P); XML
definitions for Type 1 interface HNB to HNB Management Systems (HMS)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32584.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.592">
<name>3GPP TS 32.592</name>
<title>
Telecommunications management; Home enhanced Node B (HeNB) Operations,
Administration, Maintenance and Provisioning (OAM&P); Information
model for Type 1 interface HeNB to HeNB Management System (HeMS)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32592.htm</hyperlink>
</reference>
<reference id="3GPP-TS.32.642">
<name>3GPP TS 32.642</name>
<title>
Telecommunication management; Configuration Management (CM); UTRAN
network resources Integration Reference Point (IRP); Network Resource
Model (NRM)
</title>
<organization>3GPP SA WG5</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32642.htm</hyperlink>
</reference>
<reference id="3GPP-TS.33.401">
<name>3GPP TS 33.401</name>
<title>
3GPP System Architecture Evolution (SAE); Security architecture
</title>
<organization>3GPP SA WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/33401.htm</hyperlink>
</reference>
<reference id="3GPP-TS.33.501">
<name>3GPP TS 33.501</name>
<title>
Security architecture and procedures for 5G System
</title>
<organization>3GPP SA WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/33501.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.101">
<name>3GPP TS 36.101</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment
(UE) radio transmission and reception
</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36101.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.104">
<name>3GPP TS 36.104</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Base Station (BS)
radio transmission and reception
</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36104.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.133">
<name>3GPP TS 36.133</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Requirements for
support of radio resource management
</title>
<organization>3GPP RAN WG4</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36133.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.211">
<name>3GPP TS 36.211</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Physical channels
and modulation
</title>
<organization>3GPP RAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36211.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.212">
<name>3GPP TS 36.212</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Multiplexing and
channel coding
</title>
<organization>3GPP RAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36212.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.213">
<name>3GPP TS 36.213</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer
procedures
</title>
<organization>3GPP RAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36213.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.214">
<name>3GPP TS 36.214</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer -
Measurements
</title>
<organization>3GPP RAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36214.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.300">
<name>3GPP TS 36.300</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA) and Evolved
Universal Terrestrial Radio Access Network (E-UTRAN); Overall
description; Stage 2
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36300.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.304">
<name>3GPP TS 36.304</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment
(UE) procedures in idle mode
</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36304.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.314">
<name>3GPP TS 36.314</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 -
Measurements
</title>
<organization>3GPP RAN2 WG2</organization>
<hyperlink>https://www.3gpp.org/DynaReport/36314.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.321">
<name>3GPP TS 36.321</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Medium Access
Control (MAC) protocol specification
</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36321.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.322">
<name>3GPP TS 36.322</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Link Control
(RLC) protocol specification
</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36322.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.331">
<name>3GPP TS 36.331</name>
<title>
Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Resource
Control (RRC); Protocol specification
</title>
<organization>3GPP RAN WG2</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36331.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.413">
<name>3GPP TS 36.413</name>
<title>
Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1
Application Protocol (S1AP)
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36413.htm</hyperlink>
</reference>
<reference id="3GPP-TS.36.800">
<name>3GPP TS 36.800</name>
<title>
Universal Terrestrial Radio Access (UTRA) and Evolved Universal Terrestrial
Radio Access (E-UTRA); Extended UMTS / LTE 800 Work Item Technical Report
</title>
<organization>3GPP RAN WG3</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/36800.htm</hyperlink>
</reference>
<reference id="3GPP-TS.45.005">
<name>3GPP TS 45.005</name>
<title>Radio transmission and reception</title>
<organization>3GPP GERAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/45005.htm</hyperlink>
</reference>
<reference id="3GPP-TS.45.008">
<name>3GPP TS 45.008</name>
<title>Radio Access Network; Radio subsystem link control</title>
<organization>3GPP GERAN WG1</organization>
<hyperlink>https://www.3gpp.org/ftp/Specs/html-info/45008.htm</hyperlink>
</reference>
<!-- 3GPP2 references -->
<reference id="3GPP2-A.S0008">
<name>A.S0008-C v2.0</name>
<title>
Interoperability Specification (IOS) for High Rate Packet Data (HRPD)
Radio Access Network Interfaces with Session Control in the Access
Network
</title>
<organization>3GPP2</organization>
<date>January 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/A.S0008-C_v2.0_090106.pdf
</hyperlink>
</reference>
<reference id="3GPP2-A.S0009">
<name>A.S0009-C v2.0</name>
<title>
Interoperability Specification (IOS) for High Rate Packet Data (HRPD)
Radio Access Network Interfaces with Session Control in the Packet
Control Function
</title>
<organization>3GPP2</organization>
<date>January 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/A.S0009-C_v2.0_090106.pdf
</hyperlink>
</reference>
<reference id="3GPP2-A.S0013">
<name>A.S0013-D v2.0</name>
<title>
Interoperability Specification (IOS) for CDMA2000 Access Network
Interfaces Part 3 Features
</title>
<organization>3GPP2</organization>
<date>August 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/A.S0013-D_v2.0_090825.pdf
</hyperlink>
</reference>
<reference id="3GPP2-A.S0014">
<name>A.S0014-D v2.0</name>
<title>
Interoperability Specification (IOS) for CDMA2000 Access Network
Interfaces Part 4 (A1, A1p, A2, and A5 Interfaces)
</title>
<organization>3GPP2</organization>
<date>August 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/A.S0014-D_v2.0_090825.pdf
</hyperlink>
</reference>
<reference id="3GPP2-A.S0024">
<name>A.S0024-0 v1.0</name>
<title>
Interoperability Specification (IOS) for Femtocell Access Points
</title>
<organization>3GPP2</organization>
<date>March 2010</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/A.S0024-0_v1.0_100302.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0002-A">
<name>3GPP2 C.S0002-A</name>
<title>
Physical Layer Standard for CDMA2000 Spread Spectrum Systems, Release A
</title>
<organization>3GPP2 TSG-C</organization>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0002-A_v6.0.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0005">
<name>C.S0005-E v1.0</name>
<title>
Upper Layer (Layer 3) Signaling Standard for CDMA2000 Spread Spectrum
Systems
</title>
<organization>3GPP2</organization>
<date>September 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0005-E_v1.0_cdma200_1x_Layer_3-090925.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0005-A">
<name>3GPP2 C.S0005-A</name>
<title>
Upper Layer (Layer 3) Signaling Standard for CDMA2000 Spread Spectrum
Systems, Release: A
</title>
<organization>3GPP2 TSG-C</organization>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0005-A.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0024">
<name>C.S0024-B v3.0</name>
<title>CDMA2000 High Rate Packet Data Air Interface Specification</title>
<organization>3GPP2</organization>
<date>September 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0024-B_v3.0_HRPD.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0024-A">
<name>3GPP2 C.S0024-A</name>
<title>CDMA2000 High Rate Packet Data Air Interface Specification</title>
<organization>3GPP2 TSG-C</organization>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0024-A_v3.0_060912.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0024-B">
<name>C.S0024-B v3.0</name>
<title>CDMA2000 High Rate Packet Data Air Interface Specification</title>
<organization>3GPP2</organization>
<date>September 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0024-B_v3.0_HRPD.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0057">
<name>C.S0057-D v1.0</name>
<title>
Band Class Specification for CDMA2000 Spread Spectrum Systems
</title>
<organization>3GPP2</organization>
<date>September 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0057-D_v1.0%20Band%20Class%20.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.S0057-B">
<name>3GPP2 C.S0057-B</name>
<title>
Band Class Specification for CDMA2000 Spread Spectrum Systems
</title>
<organization>3GPP2 TSG-C</organization>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.S0057-B%20v1.0_060814.pdf
</hyperlink>
</reference>
<reference id="3GPP2-C.R1001">
<name>C.R1001-G v1.0</name>
<title>
Administration of Parameter Value Assignments for CDMA2000 Spread
Spectrum Standards - Release G
</title>
<organization>3GPP2</organization>
<date>June 2009</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/C.R1001-G_v1.0_Param_Administration.pdf
</hyperlink>
</reference>
<reference id="3GPP2-N.S0010">
<name>N.S0010-0 v1.0</name>
<title>Advanced Features in Wideband Spread Spectrum Systems</title>
<organization>3GPP2</organization>
<date>January 1998</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/N.S0010-0_v1.0.pdf
</hyperlink>
</reference>
<reference id="3GPP2-S.S0132">
<name>S.S0132-0 v1.0</name>
<title>Femtocell Security Framework</title>
<organization>3GPP2</organization>
<date>January 2010</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/S.S0132-0_v1.0_Femtocell_Security_Framework.pdf
</hyperlink>
</reference>
<reference id="3GPP2-X.S0011">
<name>X.S0011-005-C</name>
<title>
cdma2000 Wireless IP Network Standard: Accounting Services and 3GPP2
RADIUS VSAs
</title>
<organization>3GPP2</organization>
<date>August 2003</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/X.S0011-005-C_v1.0_110703.pdf
</hyperlink>
</reference>
<reference id="3GPP2-X.S0059">
<name>X.S0059-0 v1.0</name>
<title>CDMA2000 Femtocell Network</title>
<organization>3GPP2</organization>
<date>January 2010</date>
<hyperlink>
https://www.3gpp2.org/Public_html/Specs/X.S0059-000-0_v1.0_100216.pdf
</hyperlink>
</reference>
<!-- CableLabs references -->
<reference id="CM-SP-RFIv2.0">
<name>CM-SP-RFIv2.0</name>
<title>Data-Over-Cable Service Interface Specifications: Radio Frequency Interface Specification</title>
<organization>CableLabs</organization>
<date>April 2009</date>
<hyperlink>https://www.cablelabs.com/specifications</hyperlink>
</reference>
<reference id="CM-SP-MULPIv3.1">
<name>CM-SP-MULPIv3.1</name>
<title>DOCSIS 3.1 MAC and Upper Layer Protocols Interface Specification</title>
<organization>CableLabs</organization>
<date>October 2020</date>
<hyperlink>https://www.cablelabs.com/specifications</hyperlink>
</reference>
<reference id="CM-SP-MULPIv3.0">
<name>CM-SP-MULPIv3.0</name>
<title>DOCSIS 3.0 MAC and Upper Layer Protocols Interface Specification</title>
<organization>CableLabs</organization>
<date>December 2017</date>
<hyperlink>https://www.cablelabs.com/specifications</hyperlink>
</reference>
<reference id="CM-SP-OSSIv3.0">
<name>CM-SP-OSSIv3.0</name>
<title>DOCSIS 3.0 Operations Support System Interface Specification</title>
<organization>CableLabs</organization>
<date>December 2017</date>
<hyperlink>https://www.cablelabs.com/specifications</hyperlink>
</reference>
<reference id="CM-SP-CM-OSSIv3.1">
<name>CM-SP-CM-OSSIv3.1</name>
<title>Cable Modem Operations Support System Interface Specification</title>
<organization>CableLabs</organization>
<date>October 2020</date>
<hyperlink>https://www.cablelabs.com/specifications</hyperlink>
</reference>
<!-- ANSI and ANSI/TIA references -->
<reference id="ANSI/TIA-968-B">
<name>ANSI/TIA-968-B</name>
<title>
Telecommunications - Telephone Terminal Equipment - Technical Requirements
for Connection of Terminal Equipment to the Telephone Network
</title>
<organization>ANSI/TIA</organization>
<date>2012</date>
</reference>
<reference id="T1-413">
<name>T1-413</name>
<title>
Network and Customer Installation Interfaces - Asymmetric Digital Subscriber
Line (ADSL) Metallic Interface
</title>
<organization>ANSI</organization>
<date>1998</date>
</reference>
<reference id="T1-413a">
<name>T1-413a</name>
<title>
Telecommunications - Network and customer installation interfaces - Asymmetric
digital subscriber line (ADSL) metallic interface (supplement to ATIS T1.413:1998)
</title>
<organization>ANSI</organization>
<date>2001</date>
</reference>
<!-- ATM Forum references -->
<reference id="AF-TM-0121.000">
<name>AF-TM-0121.000</name>
<title>Traffic Management Specification 4.1</title>
<organization>ATM Forum</organization>
<date>March 1999</date>
<hyperlink>https://www.broadband-forum.org/download/af-tm-0121.000.pdf</hyperlink>
</reference>
<!-- ATIS references -->
<reference id="ATIS-0600421-2001">
<name>ATIS 0600421:2001 (R2011)</name>
<title>
In-Line Filter for Use with Voiceband Terminal Equipment Operating on the Same
Wire Pair with High Frequency (up To 12 MHz) Devices
</title>
<organization>ATIS</organization>
<date>December 2001</date>
</reference>
<reference id="ATIS-0600427.01-2004">
<name>ATIS-0600427.01-2004</name>
<title>ATM-based Multi-pair Bonding</title>
<organization>ATIS</organization>
<date>November 2004</date>
</reference>
<reference id="ATIS-0600427.02.2005">
<name>ATIS-0600427.02.2005</name>
<title>Ethernet-based Multi-Pair Bonding</title>
<organization>ATIS</organization>
<date>January 2005</date>
</reference>
<!-- FCC references -->
<reference id="FCC-Part-15">
<name>FCC-Part-15</name>
<title>
FCC Rules and Regulations Part 15 - Radio Frequency Devices
</title>
</reference>
<reference id="FCC-Part-68">
<name>FCC-Part-68</name>
<title>
FCC Rules and Regulations Part 68 - Connection of Terminal Equipment to the Telephone Network
</title>
</reference>
<!-- IEC references (also see ISO/IEC) -->
<reference id="EN61000-4-4-2004">
<name>EN61000-4-4-2004</name>
<title>
Electromagnetic compatibility (EMC). Testing and measurement
techniques
</title>
<organization>IEC</organization>
<date>2004</date>
</reference>
<reference id="EN61000-4-5-1995">
<name>EN61000-4-5-1995</name>
<title>
Electromagnetic compatibility (EMC). Testing and measurement
techniques. Surge immunity test
</title>
<date>1995</date>
</reference>
<!-- IEEE references -->
<reference id="OUI">
<name>Organizationally Unique Identifiers (OUIs)</name>
<hyperlink>https://standards.ieee.org/faqs/regauth</hyperlink>
</reference>
<reference id="IEEE_EUI64">
<name>
Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
</name>
<title>
Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
</title>
<organization>IEEE</organization>
<date>March 1997</date>
<hyperlink>
https://standards.ieee.org/regauth/oui/tutorials/EUI64.html
</hyperlink>
</reference>
<reference id="802.1AB-2009">
<name>IEEE Std 802.1AB-2009</name>
<title>Station and Media Access Control Connectivity Discovery</title>
<organization>IEEE</organization>
<date>2009</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1AB-2009.pdf
</hyperlink>
</reference>
<reference id="802.1ad-2005">
<name>IEEE Std 802.1ad-2005</name>
<title>
Virtual Bridged Local Area Networks Amendment 4: Provider Bridges
</title>
<organization>IEEE</organization>
<date>May 2005</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1ad-2005.pdf
</hyperlink>
</reference>
<reference id="802.1AX-2014">
<name>IEEE Std 802.1AX-2014</name>
<title>
IEEE Standard for Local and metropolitan area networks - Link
Aggregation
</title>
<organization>IEEE</organization>
<date>2014</date>
<hyperlink>
https://ieeexplore.ieee.org/servlet/opac?punumber=6997981
</hyperlink>
</reference>
<reference id="802.1D-2004">
<name>IEEE Std 802.1D-2004</name>
<title>Media Access Control (MAC) Bridges</title>
<organization>IEEE</organization>
<date>2004</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1D-2004.pdf
</hyperlink>
</reference>
<reference id="802.1Q-2005">
<name>IEEE Std 802.1Q-2005</name>
<title>Virtual Bridged Local Area Networks</title>
<organization>IEEE</organization>
<date>2006</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1Q-2005.pdf
</hyperlink>
</reference>
<reference id="802.1Q-2011">
<name>IEEE Std 802.1Q-2011</name>
<title>MAC Bridges and Virtual Bridge Local Area Networks</title>
<organization>IEEE</organization>
<date>2011</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1Q-2011.pdf
</hyperlink>
</reference>
<reference id="802.1x-2004">
<name>IEEE Std 802.1x-2004</name>
<title>
Standards for Local and Metropolitan Area Networks: Port based Network
Access Control
</title>
<organization>IEEE</organization>
<date>2004</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1X-2004.pdf
</hyperlink>
</reference>
<reference id="802.3-2012">
<name>IEEE Std 802.3-2012</name>
<title>IEEE Standard for Ethernet</title>
<organization>IEEE</organization>
<date>December 2012</date>
<hyperlink>
https://standards.ieee.org/about/get/802/802.3.html
</hyperlink>
</reference>
<reference id="802.3-2015">
<name>IEEE Std 802.3-2015</name>
<title>IEEE Standard for Ethernet</title>
<organization>IEEE</organization>
<date>2015</date>
<hyperlink>
https://ieeexplore.ieee.org/servlet/opac?punumber=7428774
</hyperlink>
</reference>