[sr-dev] git:master:ab3d42c4: ims_qos: create a proper flow description for the SIP signaling

Dragos Vingarzan dragos at corenetdynamics.com
Thu Jul 21 20:37:57 CEST 2016


Module: kamailio
Branch: master
Commit: ab3d42c47d52b1b7b315272c00daf121d9f8fc92
URL: https://github.com/kamailio/kamailio/commit/ab3d42c47d52b1b7b315272c00daf121d9f8fc92

Author: Dragos Vingarzan <dragos at corenetdynamics.com>
Committer: Dragos Vingarzan <dragos at corenetdynamics.com>
Date: 2016-07-20T18:31:01+02:00

ims_qos: create a proper flow description for the SIP signaling

- before there was just an empty one in the AAR
- re-using the function typically used for the RTP media
- fixing then that function to not just hard-code protocol 17 (UDP) for everything
- now supporting also 6 (TCP) and IP (IP has no protocol number, we use just the
magic word "ip" (see RFC 3588 IPFilterRule for more details)
- adding the IP of the P-CSCF as a parameter to the module, as this is required
in the flow (UE IP <-> P-CSCF IP)
- also some inline/static fixes to function for avoiding warnings on gcc >=5

---

Modified: modules/ims_qos/mod.c
Modified: modules/ims_qos/rx_aar.c
Modified: modules/ims_qos/rx_avp.c
Modified: modules/ims_qos/rx_avp.h

---

Diff:  https://github.com/kamailio/kamailio/commit/ab3d42c47d52b1b7b315272c00daf121d9f8fc92.diff
Patch: https://github.com/kamailio/kamailio/commit/ab3d42c47d52b1b7b315272c00daf121d9f8fc92.patch




More information about the sr-dev mailing list