X2 handover with SGW change (#1367, #1459)

This commit is contained in:
Sukchan Lee 2022-05-12 22:52:36 +09:00
parent 11d4be1779
commit 4d2f7726b9
72 changed files with 2146 additions and 1213 deletions

View file

@ -43,7 +43,7 @@ int app_initialize(const char *const argv[])
for (i = 0; argv[i]; i++) {
if (strcmp("-c", argv[i]) == 0) {
user_config = true;
user_config = true;
}
argv_out[i] = argv[i];
}