- Jul 21, 2024
-
-
Mina Yonan authored
-
- May 30, 2024
-
-
Mikel Irazabal authored
Fix warnings that appear when compiling dev branch with gcc-14 in debug mode See merge request !49
-
- May 29, 2024
-
-
Robert Schmidt authored
gcc-14 warns when using FORTIFY_SOURCE in debug builds: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ Use it in release builds instead.
-
Robert Schmidt authored
call_process_id is a byte_string_t, but prior to this commit, we allocate data->len_cpid, which is likely not the right size; instead, use the sizeof operator to calculate the right size. This prevents one of these warnings, depending on compiler (version): /home/richie/flexric/src/agent/e2_agent.c: In function ‘generate_aindication’: /home/richie/flexric/src/agent/e2_agent.c:56:25: warning: allocation of insufficient size ‘8’ for type ‘byte_array_t’ with size ‘16’ [-Walloc-size] 56 | ind.call_process_id = malloc(sizeof(data->len_cpid) ); | ^ /oai-ran/openair2/E2AP/flexric/src/agent/e2_agent.c:58:30: error: array subscript 'byte_array_t[0]' is partly outside array bounds of 'unsigned char[8]' [-Werror=array-bounds] 59 | ind.call_process_id->buf = data->call_process_id; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /oai-ran/openair2/E2AP/flexric/src/agent/e2_agent.c:56:27: note: object of size 8 allocated by 'malloc'
-
- Apr 12, 2024
-
-
mir authored
-
- Apr 10, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Apr 08, 2024
-
-
Mikel Irazabal authored
Add reference to 3GPP parameters in SWIG See merge request !45
-
Teodora Vladic authored
-
- Mar 25, 2024
-
-
Mikel Irazabal authored
Correctly fill RC SM RAN Function Name See merge request !44
-
Teodora Vladic authored
-
- Mar 20, 2024
-
-
Mikel Irazabal authored
KPM and RAN Control SMs improvements See merge request !41
-
Teodora Vladic authored
-
- Mar 19, 2024
-
-
Teodora Vladic authored
-
Teodora Vladic authored
- RAN Function Definition included -> check what E2 node supports before sending SUBSCRIPTION/CONTROL message
-
Teodora Vladic authored
-
Teodora Vladic authored
- delete E2 node type dependency - subscribe to REPORT Style received in E2 Setup Request (RAN Function Definition)
-
Teodora Vladic authored
- delete E2 node type dependency - subscribe to the list of measurements received in E2 Setup Request (RAN Function Definition)
-
Teodora Vladic authored
- add cp_ba_to_str - add cmp_str_ba - add END_NGRAN_NODE_TYPE
-
- Mar 15, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Mar 07, 2024
-
-
Mikel Irazabal authored
BugFix when linking e2 agent and using ubuntu 20 See merge request !42
-
mir authored
-
- Mar 01, 2024
-
-
Mikel Irazabal authored
chore(ci): testing ubuntu build in release mode See merge request !40
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Feb 26, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Feb 23, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Feb 22, 2024
- Feb 21, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@openairinterface.org>
-
- Feb 20, 2024
- Feb 19, 2024