X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fcell.proto;fp=entities%2Fcell.proto;h=e45b6a9b8614f14af215e65978a92963fe5a7736;hb=651d3e812c9a3574d16ffe571ae0a07845ba8284;hp=9cc5bb5f5e86eb52878842931b34e392ec3836c4;hpb=1e2ebda06739c940232a17ad2d9e221f0547b66d;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/cell.proto b/entities/cell.proto index 9cc5bb5..e45b6a9 100644 --- a/entities/cell.proto +++ b/entities/cell.proto @@ -25,6 +25,7 @@ syntax = "proto3"; package entities; import "gnb.proto"; import "enb.proto"; +option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities"; message Cell{ enum Type{ @@ -37,4 +38,4 @@ message Cell{ ServedCellInfo served_cell_info = 2; ServedNRCell served_nr_cell = 3; } -} \ No newline at end of file +}