[RICPLT-1703] - Reset Request + rmr_service refactoring (disabled)
[ric-plt/e2mgr.git] / E2Manager / asn1codec / inc / configuration_update_wrapper.h
1 /*
2  *
3  * Copyright 2019 AT&T Intellectual Property
4  * Copyright 2019 Nokia
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  *      http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19
20
21 #include <stddef.h>
22 #include <stdbool.h>
23 #include <asn1codec_utils.h>
24
25 #ifndef INC_CONFIGURATION_UPDATE_WRAPPER_H_
26 #define INC_CONFIGURATION_UPDATE_WRAPPER_H_
27
28 #ifdef __cplusplus
29 extern "C"
30 {
31 #endif
32 bool  build_pack_x2enb_configuration_update_ack(size_t* packed_buf_size, unsigned char* packed_buf, size_t err_buf_size, char* err_buf);
33 bool  build_pack_x2enb_configuration_update_failure(size_t* packed_buf_size, unsigned char* packed_buf, size_t err_buf_size, char* err_buf);
34 bool  build_pack_endc_configuration_update_ack(size_t* packed_buf_size, unsigned char* packed_buf, size_t err_buf_size, char* err_buf);
35 bool  build_pack_endc_configuration_update_failure(size_t* packed_buf_size, unsigned char* packed_buf, size_t err_buf_size, char* err_buf);
36 #ifdef __cplusplus
37 }
38 #endif
39
40 #endif /* INC_CONFIGURATION_UPDATE_WRAPPER_H_ */