Skip to content

Commit aef39db

Browse files
committed
TELCODOCS-2107 - CNF-13189 - Remove the internal API and sidecar support
1 parent 0c5ee47 commit aef39db

6 files changed

+7
-103
lines changed

_topic_maps/_topic_map.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1514,10 +1514,6 @@ Topics:
15141514
File: ptp-cloud-events-consumer-dev-reference-v2
15151515
- Name: PTP events REST API v2 reference
15161516
File: ptp-events-rest-api-reference-v2
1517-
- Name: Developing PTP events consumer applications with the REST API v1
1518-
File: ptp-cloud-events-consumer-dev-reference
1519-
- Name: PTP events REST API v1 reference
1520-
File: ptp-events-rest-api-reference
15211517
- Name: CIDR range definitions
15221518
File: cidr-range-definitions
15231519
- Name: Multiple networks

modules/cnf-about-ptp-and-clock-synchronization.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// * networking/ptp/about-ptp.adoc
44

55
:_mod-docs-content-type: CONCEPT
6+
:ptp-events-rest-api: v2
67
[id="cnf-about-ptp-and-clock-synchronization_{context}"]
78
= About PTP and clock synchronization error events
89

@@ -17,7 +18,8 @@ Event notifications are available to vRAN applications running on the same DU no
1718
A publish/subscribe REST API passes events notifications to the messaging bus.
1819
Publish/subscribe messaging, or pub-sub messaging, is an asynchronous service-to-service communication architecture where any message published to a topic is immediately received by all of the subscribers to the topic.
1920

20-
The PTP Operator generates fast event notifications for every PTP-capable network interface. You can access the events by using a `cloud-event-proxy` sidecar container over an HTTP message bus.
21+
The PTP Operator generates fast event notifications for every PTP-capable network interface.
22+
The consumer application can subscribe to PTP events by using the PTP events REST API {ptp-events-rest-api}.
2123

2224
[NOTE]
2325
====

modules/cnf-about-ptp-fast-event-notifications-framework.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ Use the Precision Time Protocol (PTP) fast event REST API v2 to subscribe cluste
1111
1212
[NOTE]
1313
====
14-
The fast events notifications framework uses a REST API for communication. The PTP events REST API v1 and v2 are based on the _O-RAN O-Cloud Notification API Specification for Event Consumers 3.0_ that is available from link:https://orandownloadsweb.azurewebsites.net/specifications[O-RAN ALLIANCE Specifications].
15-
16-
Only the PTP events REST API v2 is O-RAN v3 compliant.
14+
The fast events notifications framework uses a REST API for communication. The PTP events REST API v2 is based on the _O-RAN O-Cloud Notification API Specification for Event Consumers 3.0_ that is available from link:https://orandownloadsweb.azurewebsites.net/specifications[O-RAN ALLIANCE Specifications].
1715
====

networking/ptp/configuring-ptp.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::modules/nw-ptp-configuring-linuxptp-services-as-grandmaster-clock-dual-
3030
[role="_additional-resources"]
3131
.Additional resources
3232

33-
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
33+
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference-v2.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
3434
3535
include::modules/nw-ptp-grandmaster-clock-configuration-reference.adoc[leveloffset=+2]
3636

@@ -56,7 +56,7 @@ include::modules/nw-ptp-configuring-linuxptp-services-as-boundary-clock.adoc[lev
5656

5757
* xref:../../networking/ptp/configuring-ptp.adoc#cnf-configuring-fifo-priority-scheduling-for-ptp_configuring-ptp[Configuring FIFO priority scheduling for PTP hardware]
5858
59-
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
59+
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference-v2.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
6060
6161
include::modules/ptp-configuring-linuxptp-services-as-boundary-clock-dual-nic.adoc[leveloffset=+2]
6262

@@ -69,7 +69,7 @@ include::modules/nw-ptp-configuring-linuxptp-services-as-ordinary-clock.adoc[lev
6969

7070
* xref:../../networking/ptp/configuring-ptp.adoc#cnf-configuring-fifo-priority-scheduling-for-ptp_configuring-ptp[Configuring FIFO priority scheduling for PTP hardware]
7171
72-
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
72+
* xref:../../networking/ptp/ptp-cloud-events-consumer-dev-reference-v2.adoc#cnf-configuring-the-ptp-fast-event-publisher-v2_ptp-consumer[Configuring the PTP fast event notifications publisher]
7373
7474
include::modules/nw-columbiaville-ptp-config-refererence.adoc[leveloffset=+2]
7575

networking/ptp/ptp-cloud-events-consumer-dev-reference.adoc

-58
This file was deleted.

networking/ptp/ptp-events-rest-api-reference.adoc

-34
This file was deleted.

0 commit comments

Comments
 (0)