X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2FiSdlInstance.go;h=526ed59f36b81d5b949d26a2975049da3a4f64c8;hb=6f0febff2d177ef6da0de23f785f81aec0603d96;hp=4525d8ca3de14aaf710e0406f5b162b2b0b60630;hpb=286ce41c7d5049e688a40f68e4c6681a645add3d;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/iSdlInstance.go b/common/iSdlInstance.go index 4525d8c..526ed59 100644 --- a/common/iSdlInstance.go +++ b/common/iSdlInstance.go @@ -13,12 +13,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package common -/* -ISdlInstance integrates (wraps) the functionality that sdlgo library provides - */ + +//ISdlInstance integrates (wraps) the functionality that sdlgo library provides +//Deprecated: Will be removed in a future release. type ISdlInstance interface { SubscribeChannel(cb func(string, ...string), channels ...string) error UnsubscribeChannel(channels ...string) error