Commit 2c5637e4 authored by Yann Garcia's avatar Yann Garcia
Browse files

Adapt code to TITAN

parent 7eddd7d2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
		},
		{
			"path": "../../tmp/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator"
		},
		{
			"path": "../../tmp/emergency-iop-ttf010"
		},
		{
			"path": "../../tmp/vxlte-iop"
		}
	]
}
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,15 @@ fi
cd ./ttcn/LibHttp
ln -sf module_emtel.mk module.mk

cd $BASE_PATH/ttcn/LibSip
git checkout TTF016

cd $BASE_PATH/ttcn/LibMsrp
git checkout TTF006

cd $BASE_PATH/ttcn/LibIms
git checkout TTF006

cd $BASE_PATH
ln -f ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
ln -f ./ttcn/patch_lib_ims_titan/module.mk ./ttcn/LibIms/
Original line number Diff line number Diff line
Subproject commit 554d6b6b3ce1e51d88267a3c946cd30caac97a55
Subproject commit 25b94cec2e9370310eabe936d429f54eae02ffd1
+9 −9
Original line number Diff line number Diff line
@@ -422,19 +422,19 @@ module LibMsrp_Templates {
                    toPath := m_msrpToPath_Dummy, 
                    fromPath := m_msrpFromPath_Dummy, 
                    headers := { 
                        authenticationInfo := omit,
						authorization := omit,
						messageID := m_msrpMessageID_Dummy, 
						successReport := omit,
						failureReport := omit,
						byteRange := m_msrpByteRange_Dummy,
						status := omit,
						expires := omit,
						extHeaders := omit,
						failureReport := omit,
						maxExpires := omit,
						messageID := m_msrpMessageID_Dummy, 
                        minExpires := omit,
						status := omit,
						successReport := omit,
						maxExpires := omit,
						usePath := omit,
						wwwAuthenticate := omit
						wwwAuthenticate := omit,
						authorization := omit,
                        authenticationInfo := omit,
						extHeaders := omit
                    } 
                }, // End of 'headers' field 
                contentStuff := m_msrpContentStuff_Dummy, 
Compare a227e9fc to 44122c65
Original line number Diff line number Diff line
Subproject commit a227e9fca956475c5b481fb6042ecfcc9d632502
Subproject commit 44122c6589a3fa7f42825d2475511d08da499ff0
Loading