Skip to content

Commit

Permalink
ims_qos_npn: small docs updates
Browse files Browse the repository at this point in the history
miconda committed Jan 29, 2025
1 parent 8ebae54 commit dcdcee0
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_qos_npn/doc/ims_qos_npn.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
]>
<book>
<bookinfo>
<title>The IMS QoS Module - Neat Path Networks "branch"</title>
<title>The IMS QoS NPN Module</title>

<authorgroup>
<author>
8 changes: 4 additions & 4 deletions src/modules/ims_qos_npn/doc/ims_qos_npn_admin.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
charging control functions performed by an Application Function (e.g.
P-CSCF) over the Rx interface. This module is dependent on the CDP (C
Diameter Peer) modules for communicating with PCRF as specified in 3GPP
specification TS 29.214.</para>
specification TS 29.214. It is an enhaced variant of ims_qos.</para>
</section>

<section>
@@ -548,7 +548,7 @@ modparam("ims_qos", "dialog_direction", 1)
If set to 1 it will trust the bottom Via as the UE IP/port/transport when doing client identification.
</para>
<para>
Normally, the UE identification should be done on IPsec SPIs and source IP/port of the packets.
Normally, the UE identification should be done on IPsec SPIs and source IP/port of the packets.
In some cases the ims_* modules trust the top Via on requests and the bottom Via on responses. In some (better)
cases this trusts the received-from IP (or the alias in the Contact header).
</para>
@@ -707,7 +707,7 @@ modparam("ims_qos", "af_signaling_port_ps", "5063")
<para><emphasis>Note:</emphasis> this is executed asynchronously. See example on how to
retrieve return value</para>

<para><emphasis>Note:</emphasis> this authorization session triggers
<para><emphasis>Note:</emphasis> this authorization session triggers
event_route[qos:asr_registration], event_route[qos:rar_access_network] and event_route[qos:terminate_dialog].</para>

<example>
@@ -785,7 +785,7 @@ route[REGISTER_AAR_REPLY]
<para><emphasis>Note:</emphasis> this is executed asynchronously. See example on how to
retrieve return value</para>

<para><emphasis>Note:</emphasis> this authorization session triggers
<para><emphasis>Note:</emphasis> this authorization session triggers
event_route[qos:asr_call], event_route[qos:rar_access_network] and event_route[qos:terminate_dialog].</para>


0 comments on commit dcdcee0

Please sign in to comment.