mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch]
This commit is contained in:
parent
ec9fe7b31d
commit
e6a14cb73d
278 changed files with 2939 additions and 12471 deletions
|
|
@ -191,7 +191,8 @@ static ogs_gtp_xact_t *ogs_gtp_xact_remote_create(ogs_gtp_node_t *gnode, uint8_t
|
|||
|
||||
xact->gtp_version = gtp_version;
|
||||
xact->org = OGS_GTP_REMOTE_ORIGINATOR;
|
||||
xact->xid = (gtp_version == 1) ? OGS_GTP1_SQN_TO_XID(sqn) : OGS_GTP2_SQN_TO_XID(sqn);
|
||||
xact->xid = (gtp_version == 1) ?
|
||||
OGS_GTP1_SQN_TO_XID(sqn) : OGS_GTP2_SQN_TO_XID(sqn);
|
||||
xact->gnode = gnode;
|
||||
|
||||
xact->tm_response = ogs_timer_add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue