Skip to content

Commit

Permalink
ims_icscf: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent e1a8136 commit f5c0ee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/modules/ims_icscf/cxdx_avp.c
Expand Up @@ -220,7 +220,7 @@ int cxdx_add_vendor_specific_appid(AAAMessage *msg,unsigned int vendor_id,
}

/**
* Creates and adds a Auth-Session-State AVP.
* Creates and adds an Auth-Session-State AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @returns 1 on success or 0 on error
Expand Down Expand Up @@ -314,7 +314,7 @@ int cxdx_add_UAR_flags(AAAMessage *msg, unsigned int sos_reg)

}
/**
* Creates and adds a Authorization-Type AVP.
* Creates and adds an Authorization-Type AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @returns 1 on success or 0 on error
Expand Down Expand Up @@ -772,7 +772,7 @@ int cxdx_get_auth_data_item_answer(AAAMessage *msg, AAA_AVP **auth_data,
}

/**
* Creates and adds a ETSI_sip_authorization AVP.
* Creates and adds an ETSI_sip_authorization AVP.
* @param username - UserName
* @param realm - Realm
* @param nonce - Nonce
Expand Down
6 changes: 3 additions & 3 deletions src/modules/ims_icscf/cxdx_avp.h
Expand Up @@ -72,7 +72,7 @@ int cxdx_add_destination_realm(AAAMessage *msg, str data);
int cxdx_add_vendor_specific_appid(AAAMessage *msg,unsigned int vendor_id,unsigned int auth_id,unsigned int acct_id);

/**
* Creates and adds a Auth-Session-State AVP.
* Creates and adds an Auth-Session-State AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @returns 1 on success or 0 on error
Expand Down Expand Up @@ -112,7 +112,7 @@ int cxdx_add_visited_network_id(AAAMessage *msg,str data);
int cxdx_add_UAR_flags(AAAMessage *msg, unsigned int sos_reg);

/**
* Creates and adds a Authorization-Type AVP.
* Creates and adds an Authorization-Type AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @returns 1 on success or 0 on error
Expand Down Expand Up @@ -203,7 +203,7 @@ int cxdx_get_auth_data_item_answer(AAAMessage *msg, AAA_AVP **auth_data,
str *line_identifier);

/**
* Creates and adds a ETSI_sip_authorization AVP.
* Creates and adds an ETSI_sip_authorization AVP.
* @param username - UserName
* @param realm - Realm
* @param nonce - Nonce
Expand Down

0 comments on commit f5c0ee9

Please sign in to comment.