[PFCP] Added Data Status IE (#1582)

This commit is contained in:
Sukchan Lee 2022-06-12 09:02:59 +09:00
parent 12353178fb
commit 2aa40ca8c8
5 changed files with 66 additions and 14 deletions

View file

@ -208,7 +208,9 @@ char *ogs_supi_from_suci(char *suci)
p = tmp;
i = 0;
while((array[i++] = strsep(&p, "-")));
while((array[i++] = strsep(&p, "-"))) {
/* Empty Body */
}
SWITCH(array[0])
CASE("suci")