RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / common / iSdlInstance.go
index 4525d8c..526ed59 100644 (file)
 // 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