Skip to content

Commit

Permalink
ims_charging_mod: 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 3846d9f commit dc499e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/ims_charging/doc/ims_charging_admin.xml
Expand Up @@ -13,7 +13,7 @@
<title>Overview</title>

<para>This module contains all methods related to the IMS charging control
functions performed by an network element (e.g. a S-CSCF) over the Ro
functions performed by a network element (e.g. a S-CSCF) over the Ro
interface. This module is dependent on the CDP (C Diameter Peer) modules
for communicating with a Charging-Server as specified in 3GPP
specification TS xx.xxx.</para>
Expand Down Expand Up @@ -1039,7 +1039,7 @@ route[CHARGING_CCR_REPLY]
<section>
<title>CCRs requests, which ended with a timeout (ccr_timeouts)</title>

<para>Number of CCR-Requests, which ran into an timeout.</para>
<para>Number of CCR-Requests, which ran into a timeout.</para>
</section>

<section>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_charging/ims_charging_mod.c
Expand Up @@ -352,7 +352,7 @@ int create_response_avp_string(char* name, str* val) {
return 1;
}

//This function gets the dlg from the current msg, gets the ro_session from the dlg and sets a AVP for use in the cfg file: ro_session_id
//This function gets the dlg from the current msg, gets the ro_session from the dlg and sets an AVP for use in the cfg file: ro_session_id
static int w_ro_set_session_id_avp(struct sip_msg *msg, char *str1, char *str2) {
return ki_ro_set_session_id_avp(msg);
}
Expand Down

0 comments on commit dc499e2

Please sign in to comment.