RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / entities / ran_function.proto
index 792bbaf..f23bce8 100644 (file)
 
 syntax = "proto3";
 package entities;
-
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 message RanFunction {
     uint32 ran_function_id = 1;
     string ran_function_definition = 2;
     uint32 ran_function_revision = 3;
-}
\ No newline at end of file
+    string ran_function_oid=4;
+}