Follow up on #1714

* Changed sprintf to ogs_snprintf

* Limited to 80 column
This commit is contained in:
Sukchan Lee 2022-08-25 16:35:27 +09:00
parent 49349cdb75
commit 83a20b82c7
4 changed files with 48 additions and 28 deletions

View file

@ -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;