X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2FupcCommon.h;fp=Include%2FupcCommon.h;h=2db73d10fd35c38beec01feea3d4853b41fa965d;hb=e93798699eccb72af04938fc9b0d7a836e284488;hp=3937ec8fe52a50c498cd24b642f88f0e0623c75f;hpb=94f13ab3e8da393eb27ccc561d31b447b1367c56;p=scp%2Focu%2F5gnr.git diff --git a/Include/upcCommon.h b/Include/upcCommon.h index 3937ec8..2db73d1 100644 --- a/Include/upcCommon.h +++ b/Include/upcCommon.h @@ -1,9 +1,21 @@ /****************************************************************************** -############################################################################### -# Copyright (c) [2017-2020] [ICT/CAS] # -# Licensed under the ORAN Software License v1.0 (License) # -############################################################################### -******************************************************************************/ +* +* Copyright (c) 2020 ICT/CAS. +* +* Licensed under the O-RAN Software License, Version 1.0 (the "Software License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* https://www.o-ran.org/software +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* 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. +* +*******************************************************************************/ + #ifndef __UPCCOMMON_H__ @@ -38,7 +50,7 @@ extern UpInstance_t s_UpcGlobalData; INT32 upcSendE1apMsg(void *pMsg, UINT64 msgLen); extern INT32 vosAdpSendAsynMsg2ModuleEx( CHAR src_moduleName[MODULE_NAME_LEN], - CHAR dst_moduleName[MODULE_NAME_LEN], + CHAR dst_moduleName[MODULE_NAME_LEN], VOID *msgData, LONG msgDataLen); INT32 upcConstructAndSendOamUpActRsp(int actNum, int failNum, CellIdList_t failCellList);