Hi Henning,
ya sure ..Thanks for the reply .. PCF in 5G doesnot have Application ID. It
only supports HTTP rest apis.

This is my diameterPeer.xml file

<?xml version="1.0" encoding="UTF-8"?>
<DiameterPeer
        FQDN="pcscf.sip.example.com"
        Realm="sip.example.com"
        Vendor_Id="10415"
        Product_Name="CDiameterPeer"
        AcceptUnknownPeers="1"
        DropUnknownOnDisconnect="0"
        Tc="30"
        Workers="4"
        QueueLength="8"
        TransactionTimeout="5"
        SessionsHashSize="128"
        DefaultAuthSessionTimeout="3600"
        MaxAuthSessionTimeout="3600"
>
        <Peer FQDN="pcf.sip.example.com" Realm="sip.example.com"
port="29507"/>

        <Acceptor port="3871" bind="10.1.68.36"/>

        <Auth id="16777236" vendor="10415"/> <!-- 3GPP Rx -->
        <Auth id="16777236" vendor="0"/> <!-- 3GPP Rx -->

        <DefaultRoute FQDN="pcf.sip.example.com" metric="10"/>

</DiameterPeer>




On Thu, Sep 17, 2020 at 12:22 PM Henning Westerholt <[email protected]> wrote:

> Hello Pavithra,
>
>
>
> please only use the list address for new questions. 😊
>
>
>
> The error looks like that the diameter peer xml cfg is not correct.  There
> are some examples in the kamailio cfg example directory, I think.
>
>
>
> Cheers,
>
>
>
> Henning
>
>
>
> --
>
> Henning Westerholt – https://skalatan.de/blog/
>
> Kamailio services – https://gilawa.com
>
>
>
> *From:* sr-users <[email protected]> *On Behalf Of *Pavithra
> Mohanraja
> *Sent:* Thursday, September 17, 2020 6:27 AM
> *To:* Kamailio (SER) - Users Mailing List <[email protected]>;
> [email protected]; David Villasmil <[email protected]>;
> supreeth herle <[email protected]>; Abdirahman A. Osman <
> [email protected]>
> *Subject:* [SR-Users] Kamailio IMS Diameter Messages
>
>
>
> Hi,
>
> Is there any possibility of converting diameter messages to http requests
> in IMS. Since I am working in 5g based network, In order to connect pcscf
> to pcf, Rx interface has to be established. But PCF is not accepting
> diameter messages. It is failing with error "No connected DefaultRoute
> peer found for app_id 16777236 and vendor id 10415"
>
>
>
> I used IMS Diameter server since it is mentioned as converting diameter
> messages to http json messages. But even before calling that diameter
> server, It is failing with App_id issue. How it works?
>
>
>
> Need to understand, how the diameter messages are working since in 5g ,
> everything is based on http rest apis. Is there any possibility of
> connecting to it or there is no support in kamailio IMS for 5g. If you have
> any idea, please let me know. It will be very useful for me.
>
>
>
> Thanks,
>
> Pavithra
>
_______________________________________________
Kamailio (SER) - Users Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to