From: David K. <g.d...@gm...> - 2018-04-06 05:06:43
|
Glad it worked! Dne pá 6. 4. 2018 2:16 dop. uživatel gates gates <gat...@gm...> napsal: > Hi David, > Thanks a lot, this worked. > > The AVP was already defined as OctetString, I was earlier entering the > actual value and tried different ways to add quotes and it failed. > > Now, I took the string converted it to hex and added '0x' as prefix and > tried. This way seagull is actually sending out the quotes in the AVP value. > <avp name="Identifier" > value="0x7265663d2275726e25334175726e2d37253341336770702d736572766963652e696d732e6963736922"> > </avp> > > Thanks again. > > On Thu, Apr 5, 2018 at 12:35 PM, David Krupička < > g.d...@gm...> wrote: > >> Hi, >> >> my seagull knowledge is limited and I did not test it. Try to define the >> AVP as OctetString, convert the string to hex and prepend the result with >> 0x.. 0=zero >> Or simply prohibit quotes in the ID's... >> >> BR >> David >> >> >> Dne čt 5. 4. 2018 6:27 odp. uživatel gates gates <gat...@gm...> >> napsal: >> >>> Hi Anton, >>> Thanks for the reply, but seagull is just taking it as text and in the >>> diameter avp I can see the same """ and "%3B" being sent out as text >>> in avp value without converting to symbol. >>> >>> Any other options I could try? >>> >>> Thanks. >>> >>> On Thu, Apr 5, 2018 at 7:31 AM, Anton Rozhkov <ant...@gm... >>> > wrote: >>> >>>> Hi, >>>> >>>> You have colon encoded as %3A (%+ASCII code). Try the same for quotes - >>>> %22 >>>> https://www.asciitable.com/ >>>> >>>> Regards, >>>> Anton >>>> >>>> 2018-04-05 17:23 GMT+03:00 gates gates <gat...@gm...>: >>>> >>>>> Yes, seagull reports an error when trying to run the scenario. >>>>> >>>>> >>>>> On Wed, Apr 4, 2018 at 11:27 PM David Krupička < >>>>> g.d...@gm...> wrote: >>>>> >>>>>> Hi, have you tried " ? Not tested... >>>>>> BR >>>>>> David >>>>>> >>>>>> Dne čt 5. 4. 2018 1:36 dop. uživatel gates gates <gat...@gm...> >>>>>> napsal: >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> I am setting up seagull to use for Rx interface and I am running >>>>>>> into an issue with an AVP that has quotes in the value itself. Is there an >>>>>>> escape character I can use in seagull scenario xml file that will actually >>>>>>> send the avp value with the quote in it? >>>>>>> >>>>>>> Ex: <avp name="Identifier" >>>>>>> value="ref="urn%3Aurn-7%3A3gpp-service.ims.icsi""> </avp> (Note the quotes >>>>>>> after 'ref=' and after 'icse', they are part of the avp value itself). >>>>>>> >>>>>>> Any one able to get this working? >>>>>>> >>>>>>> Thank you in-advance. >>>>>>> >>>>>>> Regards. >>>>>>> >>>>>>> >>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Check out the vibrant tech community on one of the world's most >>>>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>>>> _______________________________________________ >>>>>>> Gull-users mailing list >>>>>>> Gul...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/gull-users >>>>>>> >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Check out the vibrant tech community on one of the world's most >>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>> _______________________________________________ >>>>> Gull-users mailing list >>>>> Gul...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/gull-users >>>>> >>>>> >>>> >>> > |