Skip to content

Changes

Summary

  1. asterisk: IMS: Validate Expires=600000 in REGISTER as per specs (details)
  2. asterisk: IMS: Validate P-Access-Network-Info in rx INVITE (details)
  3. asterisk: Fix wrong IP address arg creating IMS_CallPars (details)
  4. asterisk: IMS: Expect protected server port in Via (details)
  5. asterisk: Introduce test TC_ims_call_mt (details)
Commit cb0dbf93d6f2cc1c3902e9d818cf8aa6da3c2a52 by Pau Espin Pedrol
asterisk: IMS: Validate Expires=600000 in REGISTER as per specs

Change-Id: Ibf2e3ff36d0c7cc84d25328ffdf87a6cedc8a37b
The file was modified asterisk/IMS_ConnectionHandler.ttcn
Commit f1963b33563f330eedfd923adaeb191c8897d935 by Pau Espin Pedrol
asterisk: IMS: Validate P-Access-Network-Info in rx INVITE

Change-Id: Ie4c4c4e11abbaae81f934675c569b09433a5eb15
The file was modified asterisk/IMS_ConnectionHandler.ttcn
Commit f385c75327075f3db9b311fbead3c90c897c9b72 by Pau Espin Pedrol
asterisk: Fix wrong IP address arg creating IMS_CallPars

This field is not yet really used because we are not doing any RTP so
far, so the previous error was harmless. We are at most sending it in
the SDP.

Change-Id: Iac0c240d785131954c4d8a2df90655e2a5ec3666
The file was modified asterisk/Asterisk_Tests.ttcn
Commit 480b53cc2adafc18a62f7be9c81da9e9a01f7b95 by Pau Espin Pedrol
asterisk: IMS: Expect protected server port in Via

Related: SYS#6964
Change-Id: I56778507bb2c21d95feece0f814f4dc4977d2b0b
The file was modified asterisk/IMS_ConnectionHandler.ttcn
Commit 5acf7c6353832b4a93ddf2468d78ea14b1056f2c by Pau Espin Pedrol
asterisk: Introduce test TC_ims_call_mt

This test validates scenario where a call for Asterisk
from IMS Core comes in, Asterisk forwards it to the only
local SIP UA registered, the call becomes established and
then finally IMS Core hangs up after one second.

Change-Id: I2af846f92b6ebca21d1286f5137cb004b6284ddf
The file was modified asterisk/IMS_ConnectionHandler.ttcn
The file was modified asterisk/SIP_ConnectionHandler.ttcn
The file was modified asterisk/expected-results.xml
The file was modified asterisk/Asterisk_Tests.ttcn