mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
[PFCP] Added Data Status IE (#1582)
This commit is contained in:
parent
12353178fb
commit
2aa40ca8c8
5 changed files with 66 additions and 14 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue