mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
Follow up on #1714
* Changed sprintf to ogs_snprintf * Limited to 80 column
This commit is contained in:
parent
49349cdb75
commit
83a20b82c7
4 changed files with 48 additions and 28 deletions
|
|
@ -168,7 +168,6 @@ typedef struct ogs_diam_s6a_idr_message_s {
|
|||
#define OGS_DIAM_S6A_IDR_FLAGS_REMOVE_SMS_REG (1 << 6)
|
||||
#define OGS_DIAM_S6A_IDR_FLAGS_RAT_TYPE (1 << 7)
|
||||
#define OGS_DIAM_S6A_IDR_FLAGS_PCSCF_Restoration (1 << 8)
|
||||
|
||||
uint32_t idr_flags;
|
||||
ogs_subscription_data_t subscription_data;
|
||||
} ogs_diam_s6a_idr_message_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue