X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fcells.proto;fp=entities%2Fcells.proto;h=5265fc4c77908dee126513a2f3c8121c1eb0cb16;hb=651d3e812c9a3574d16ffe571ae0a07845ba8284;hp=2c72e2518ac31c11f37663f1b00983499a26feb0;hpb=1e2ebda06739c940232a17ad2d9e221f0547b66d;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/cells.proto b/entities/cells.proto index 2c72e25..5265fc4 100644 --- a/entities/cells.proto +++ b/entities/cells.proto @@ -26,6 +26,7 @@ package entities; import "cell.proto"; import "gnb.proto"; import "enb.proto"; +option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities"; message Cells{ Cell.Type type = 1; @@ -41,4 +42,4 @@ message ServedCellInfoList{ message ServedNRCellList{ repeated ServedNRCell served_cells = 1; -} \ No newline at end of file +}