6ed9a214a83caa555c7177e7056dbd0b852821cc
[o-du/l2.git] / src / du_app / du_mgr_main.h
1 /*******************************************************************************
2 ################################################################################
3 #   Copyright (c) [2017-2019] [Radisys]                                        #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17 *******************************************************************************/
18
19 #ifndef __DU_MGR_MAIN_H__
20 #define __DU_MGR_MAIN_H__
21
22 #include "du_mgr.h"
23
24 /* Function declarations */
25 S16 duReadCfg();
26 S16 readCfg();
27 S16 readClCfg();
28 void fillSlotConfig();
29 S16 duAppInit(SSTskId sysTskId);
30 S16 sctpInit(SSTskId sysTskId);
31 S16 rlcDlInit(SSTskId sysTskId);
32 S16 rlcUlInit(SSTskId sysTskId);
33 S16 commonInit();
34 S16 duInit();
35 S16 tst(void);
36
37 #endif
38
39 /**********************************************************************
40          End of file
41 **********************************************************************/