mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Merge remote-tracking branch 'origin/fix-bad-extern-declaration-in-c-not-h-files' into integration_2026_w22 (!4141)
wrong usage of extern declaration in C files, and header cleanup wrong usage of extern declaration in C files, instead of headers, and fix hidden bugs by this wrong extern declaration duplication. this fixes pure bugs because we cast variables to the wrong types, even if the bug has no consequence it also separates 4G/5G include files, as the error is also in the headers mixup. Clean up header includes in F1AP. Further remove some "CU/DUuniqinstances". Reviewed-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
This commit is contained in:
@@ -30,7 +30,6 @@ void e1_bearer_context_modif(const e1ap_bearer_mod_req_t *req) { abort(); } /* C
|
||||
void e1_bearer_release_cmd(const e1ap_bearer_release_cmd_t *cmd) { abort(); } /* CU-UP */
|
||||
void e1_reset(void) { abort(); } /* CU-UP */
|
||||
instance_t *N3GTPUInst = NULL; /* CU-UP */
|
||||
instance_t CUuniqInstance=0; /* CU-UP */
|
||||
|
||||
void exit_function(const char *file, const char *function, const int line, const char *s, const int assert)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user