Commit ae0034e6 authored by pintar's avatar pintar
Browse files

SIP-Authentication-Schema type is defined as union and either RFC or 3GPP type...

SIP-Authentication-Schema type is defined as union and either RFC or 3GPP type definition can be used.
parent 0d9e9b44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@
                                vc_userName,
                                vc_publicIdentity,
                                m_sIPNumberAuthItems(1),
                                m_sIPAuthDataItem_authScheme(m_sIPAuthenticationScheme(DIGEST_E)), //TODO: DIGEST_E or DIGEST_AKAv1_MD5_E need to be set
                                m_sIPAuthDataItem_authScheme(m_sIPAuthenticationScheme("DIGEST")), //TODO: DIGEST_E or DIGEST_AKAv1_MD5_E need to be set
                                vc_serverName
                            )
            ));