From: Timo Tietavainen Date: Wed, 15 Apr 2020 09:25:14 +0000 (+0300) Subject: Move Golang Protobuf source code to new directory X-Git-Tag: v4.0.2^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fstreaming-protobufs.git;a=commitdiff_plain;h=21f0383b51cec0d7830e7c01d616cfe0f8c1955f Move Golang Protobuf source code to new directory Move Golang source code generated from '.proto' files to new subdirectory go/streaming_protobufs to be in line with the 'streaming_protobufs' Golang package name. Signed-off-by: Timo Tietavainen Change-Id: I931b20170ac7be90ac3032150fd67ecc1fd42704 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1274aa2..f324530 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,11 @@ ric-plt/streaming-protobufs. Version history --------------- +[4.0.2] - 2020-04-15 + +* Moved Golang source code generated from '.proto' files to new subdirectory + go/streaming_protobufs to be in line with the Go package name of Protobufs. + [4.0.1] - 2020-04-15 * Add Golang module files. diff --git a/proto/x2ap_streaming.proto b/proto/x2ap_streaming.proto index 23021c2..3ae235e 100644 --- a/proto/x2ap_streaming.proto +++ b/proto/x2ap_streaming.proto @@ -60,7 +60,7 @@ import "gnb_status_indication.proto"; Dashes converted to underscores to make protobuf message syntax correct. Revision number of this X2AP Streaming protobuf file is: - x2ap_streaming_protobuf_revision: v4.0.1 + x2ap_streaming_protobuf_revision: v4.0.2 The location of X2AP Streaming protobuf files is a Linux Foundation repository: https://gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs diff --git a/protogen/gopb/common_types.pb.go b/protogen/go/streaming_protobufs/common_types.pb.go similarity index 100% rename from protogen/gopb/common_types.pb.go rename to protogen/go/streaming_protobufs/common_types.pb.go diff --git a/protogen/gopb/error_cause.pb.go b/protogen/go/streaming_protobufs/error_cause.pb.go similarity index 100% rename from protogen/gopb/error_cause.pb.go rename to protogen/go/streaming_protobufs/error_cause.pb.go diff --git a/protogen/gopb/gnb_status_indication.pb.go b/protogen/go/streaming_protobufs/gnb_status_indication.pb.go similarity index 100% rename from protogen/gopb/gnb_status_indication.pb.go rename to protogen/go/streaming_protobufs/gnb_status_indication.pb.go diff --git a/protogen/gopb/go.mod b/protogen/go/streaming_protobufs/go.mod similarity index 82% rename from protogen/gopb/go.mod rename to protogen/go/streaming_protobufs/go.mod index 3f705c9..901729a 100644 --- a/protogen/gopb/go.mod +++ b/protogen/go/streaming_protobufs/go.mod @@ -1,4 +1,4 @@ -module gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs/protogen/gopb +module gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs/protogen/go/streaming_protobufs go 1.12 diff --git a/protogen/gopb/go.sum b/protogen/go/streaming_protobufs/go.sum similarity index 100% rename from protogen/gopb/go.sum rename to protogen/go/streaming_protobufs/go.sum diff --git a/protogen/gopb/rrc_cg_config.pb.go b/protogen/go/streaming_protobufs/rrc_cg_config.pb.go similarity index 100% rename from protogen/gopb/rrc_cg_config.pb.go rename to protogen/go/streaming_protobufs/rrc_cg_config.pb.go diff --git a/protogen/gopb/rrc_cg_config_info.pb.go b/protogen/go/streaming_protobufs/rrc_cg_config_info.pb.go similarity index 100% rename from protogen/gopb/rrc_cg_config_info.pb.go rename to protogen/go/streaming_protobufs/rrc_cg_config_info.pb.go diff --git a/protogen/gopb/rrc_common_types.pb.go b/protogen/go/streaming_protobufs/rrc_common_types.pb.go similarity index 100% rename from protogen/gopb/rrc_common_types.pb.go rename to protogen/go/streaming_protobufs/rrc_common_types.pb.go diff --git a/protogen/gopb/rrc_failure_information.pb.go b/protogen/go/streaming_protobufs/rrc_failure_information.pb.go similarity index 100% rename from protogen/gopb/rrc_failure_information.pb.go rename to protogen/go/streaming_protobufs/rrc_failure_information.pb.go diff --git a/protogen/gopb/rrc_general_message_types.pb.go b/protogen/go/streaming_protobufs/rrc_general_message_types.pb.go similarity index 100% rename from protogen/gopb/rrc_general_message_types.pb.go rename to protogen/go/streaming_protobufs/rrc_general_message_types.pb.go diff --git a/protogen/gopb/rrc_measurement_report.pb.go b/protogen/go/streaming_protobufs/rrc_measurement_report.pb.go similarity index 100% rename from protogen/gopb/rrc_measurement_report.pb.go rename to protogen/go/streaming_protobufs/rrc_measurement_report.pb.go diff --git a/protogen/gopb/rrc_reconfiguration.pb.go b/protogen/go/streaming_protobufs/rrc_reconfiguration.pb.go similarity index 100% rename from protogen/gopb/rrc_reconfiguration.pb.go rename to protogen/go/streaming_protobufs/rrc_reconfiguration.pb.go diff --git a/protogen/gopb/rrc_reconfiguration_complete.pb.go b/protogen/go/streaming_protobufs/rrc_reconfiguration_complete.pb.go similarity index 100% rename from protogen/gopb/rrc_reconfiguration_complete.pb.go rename to protogen/go/streaming_protobufs/rrc_reconfiguration_complete.pb.go diff --git a/protogen/gopb/rrc_sib.pb.go b/protogen/go/streaming_protobufs/rrc_sib.pb.go similarity index 100% rename from protogen/gopb/rrc_sib.pb.go rename to protogen/go/streaming_protobufs/rrc_sib.pb.go diff --git a/protogen/gopb/rrc_system_information.pb.go b/protogen/go/streaming_protobufs/rrc_system_information.pb.go similarity index 100% rename from protogen/gopb/rrc_system_information.pb.go rename to protogen/go/streaming_protobufs/rrc_system_information.pb.go diff --git a/protogen/gopb/rrctransfer.pb.go b/protogen/go/streaming_protobufs/rrctransfer.pb.go similarity index 100% rename from protogen/gopb/rrctransfer.pb.go rename to protogen/go/streaming_protobufs/rrctransfer.pb.go diff --git a/protogen/gopb/secondary_rat_data_usage_report.pb.go b/protogen/go/streaming_protobufs/secondary_rat_data_usage_report.pb.go similarity index 100% rename from protogen/gopb/secondary_rat_data_usage_report.pb.go rename to protogen/go/streaming_protobufs/secondary_rat_data_usage_report.pb.go diff --git a/protogen/gopb/sgnb_activity_notification.pb.go b/protogen/go/streaming_protobufs/sgnb_activity_notification.pb.go similarity index 100% rename from protogen/gopb/sgnb_activity_notification.pb.go rename to protogen/go/streaming_protobufs/sgnb_activity_notification.pb.go diff --git a/protogen/gopb/sgnb_addition_request.pb.go b/protogen/go/streaming_protobufs/sgnb_addition_request.pb.go similarity index 100% rename from protogen/gopb/sgnb_addition_request.pb.go rename to protogen/go/streaming_protobufs/sgnb_addition_request.pb.go diff --git a/protogen/gopb/sgnb_addition_request_acknowledge.pb.go b/protogen/go/streaming_protobufs/sgnb_addition_request_acknowledge.pb.go similarity index 100% rename from protogen/gopb/sgnb_addition_request_acknowledge.pb.go rename to protogen/go/streaming_protobufs/sgnb_addition_request_acknowledge.pb.go diff --git a/protogen/gopb/sgnb_addition_request_reject.pb.go b/protogen/go/streaming_protobufs/sgnb_addition_request_reject.pb.go similarity index 100% rename from protogen/gopb/sgnb_addition_request_reject.pb.go rename to protogen/go/streaming_protobufs/sgnb_addition_request_reject.pb.go diff --git a/protogen/gopb/sgnb_change_confirm.pb.go b/protogen/go/streaming_protobufs/sgnb_change_confirm.pb.go similarity index 100% rename from protogen/gopb/sgnb_change_confirm.pb.go rename to protogen/go/streaming_protobufs/sgnb_change_confirm.pb.go diff --git a/protogen/gopb/sgnb_change_refuse.pb.go b/protogen/go/streaming_protobufs/sgnb_change_refuse.pb.go similarity index 100% rename from protogen/gopb/sgnb_change_refuse.pb.go rename to protogen/go/streaming_protobufs/sgnb_change_refuse.pb.go diff --git a/protogen/gopb/sgnb_change_required.pb.go b/protogen/go/streaming_protobufs/sgnb_change_required.pb.go similarity index 100% rename from protogen/gopb/sgnb_change_required.pb.go rename to protogen/go/streaming_protobufs/sgnb_change_required.pb.go diff --git a/protogen/gopb/sgnb_modification_confirm.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_confirm.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_confirm.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_confirm.pb.go diff --git a/protogen/gopb/sgnb_modification_refuse.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_refuse.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_refuse.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_refuse.pb.go diff --git a/protogen/gopb/sgnb_modification_request.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_request.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_request.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_request.pb.go diff --git a/protogen/gopb/sgnb_modification_request_acknowledge.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_request_acknowledge.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_request_acknowledge.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_request_acknowledge.pb.go diff --git a/protogen/gopb/sgnb_modification_request_reject.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_request_reject.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_request_reject.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_request_reject.pb.go diff --git a/protogen/gopb/sgnb_modification_required.pb.go b/protogen/go/streaming_protobufs/sgnb_modification_required.pb.go similarity index 100% rename from protogen/gopb/sgnb_modification_required.pb.go rename to protogen/go/streaming_protobufs/sgnb_modification_required.pb.go diff --git a/protogen/gopb/sgnb_reconfiguration_complete.pb.go b/protogen/go/streaming_protobufs/sgnb_reconfiguration_complete.pb.go similarity index 100% rename from protogen/gopb/sgnb_reconfiguration_complete.pb.go rename to protogen/go/streaming_protobufs/sgnb_reconfiguration_complete.pb.go diff --git a/protogen/gopb/sgnb_release_confirm.pb.go b/protogen/go/streaming_protobufs/sgnb_release_confirm.pb.go similarity index 100% rename from protogen/gopb/sgnb_release_confirm.pb.go rename to protogen/go/streaming_protobufs/sgnb_release_confirm.pb.go diff --git a/protogen/gopb/sgnb_release_request.pb.go b/protogen/go/streaming_protobufs/sgnb_release_request.pb.go similarity index 100% rename from protogen/gopb/sgnb_release_request.pb.go rename to protogen/go/streaming_protobufs/sgnb_release_request.pb.go diff --git a/protogen/gopb/sgnb_release_request_acknowledge.pb.go b/protogen/go/streaming_protobufs/sgnb_release_request_acknowledge.pb.go similarity index 100% rename from protogen/gopb/sgnb_release_request_acknowledge.pb.go rename to protogen/go/streaming_protobufs/sgnb_release_request_acknowledge.pb.go diff --git a/protogen/gopb/sgnb_release_required.pb.go b/protogen/go/streaming_protobufs/sgnb_release_required.pb.go similarity index 100% rename from protogen/gopb/sgnb_release_required.pb.go rename to protogen/go/streaming_protobufs/sgnb_release_required.pb.go diff --git a/protogen/gopb/sn_status_transfer.pb.go b/protogen/go/streaming_protobufs/sn_status_transfer.pb.go similarity index 100% rename from protogen/gopb/sn_status_transfer.pb.go rename to protogen/go/streaming_protobufs/sn_status_transfer.pb.go diff --git a/protogen/gopb/ue_context_release.pb.go b/protogen/go/streaming_protobufs/ue_context_release.pb.go similarity index 100% rename from protogen/gopb/ue_context_release.pb.go rename to protogen/go/streaming_protobufs/ue_context_release.pb.go diff --git a/protogen/gopb/x2ap_common_types.pb.go b/protogen/go/streaming_protobufs/x2ap_common_types.pb.go similarity index 100% rename from protogen/gopb/x2ap_common_types.pb.go rename to protogen/go/streaming_protobufs/x2ap_common_types.pb.go diff --git a/protogen/gopb/x2ap_streaming.pb.go b/protogen/go/streaming_protobufs/x2ap_streaming.pb.go similarity index 100% rename from protogen/gopb/x2ap_streaming.pb.go rename to protogen/go/streaming_protobufs/x2ap_streaming.pb.go