Add Golang module files 69/3269/1 v4.0.1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 15 Apr 2020 06:49:40 +0000 (09:49 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 15 Apr 2020 06:49:40 +0000 (09:49 +0300)
Add Golang module files and hence update version to v4.0.1.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Iff293cb5ac0d2c000a0f93aeab935bc8564639d9

docs/release-notes.rst
proto/x2ap_streaming.proto
protogen/gopb/go.mod [new file with mode: 0644]
protogen/gopb/go.sum [new file with mode: 0644]

index 7026eaa..1274aa2 100644 (file)
@@ -31,6 +31,10 @@ ric-plt/streaming-protobufs.
 Version history
 ---------------
 
+[4.0.1] - 2020-04-15
+
+* Add Golang module files.
+
 [4.0.0] - 2020-04-14
 
 * Changed scg-CellGroupConfig parameter type from Bytes to RRCReconfiguration
index 35afc41..23021c2 100644 (file)
@@ -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.0
+       x2ap_streaming_protobuf_revision: v4.0.1
    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/go.mod b/protogen/gopb/go.mod
new file mode 100644 (file)
index 0000000..3f705c9
--- /dev/null
@@ -0,0 +1,5 @@
+module gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs/protogen/gopb
+
+go 1.12
+
+require github.com/golang/protobuf v1.4.0
diff --git a/protogen/gopb/go.sum b/protogen/gopb/go.sum
new file mode 100644 (file)
index 0000000..12c51c7
--- /dev/null
@@ -0,0 +1,16 @@
+github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
+github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
+github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
+github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
+github.com/golang/protobuf v1.4.0 h1:oOuy+ugB+P/kBdUnG5QaMXSIyJ1q38wWSojYCb3z5VQ=
+github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
+github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
+github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
+github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
+golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
+google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
+google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
+google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
+google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
+google.golang.org/protobuf v1.21.0 h1:qdOKuR/EIArgaWNjetjgTzgVTAZ+S/WXVrq9HW9zimw=
+google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=