Commit 8cb55dee authored by YannGarcia's avatar YannGarcia
Browse files

Remove useless include headers in ccsrc/Protocols/Sip/sip_codec_message_body.cc

parent f09daf20
Loading
Loading
Loading
Loading

NG112.code-workspace

0 → 100644
+10 −0
Original line number Diff line number Diff line
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"makefile.extensionOutputFolder": "./.vscode"
	}
}
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@

#include "converter.hh"

#include "held_codec.hh"
#include "lost_codec.hh"

#include "urn_ietf_params_xml_ns_pidf.hh"

#ifdef WIN32

plantuml/AtsBCF.svg

deleted100644 → 0
+0 −176

File deleted.

Preview size limit exceeded, changes collapsed.

plantuml/AtsBCF.txt

deleted100644 → 0
+0 −63
Original line number Diff line number Diff line
@startuml
title TC_BCF_SIP_MESSAGE_BV_03
/'Editor: https://plantuml-editor.kkeisuke.com/ '/
/'Syntax: http://plantuml.com/fr/sequence-diagram '/
!include etsi-style.iuml
!pragma teoz true
autonumber
participant system
box "TTCN-3 Environment" #LightBlue
participant "3:SIPP"
participant "4:SIPP"
note left: 10:21:11.715308
note left: 10:21:11.715798
endbox
"3:SIPP" --> system: map
"4:SIPP" --> system: map
"3:SIPP" -[#green]> system: @LibSip_SIPTypesAndValues.MESSAGE_Request
note right: [[file:///home/yann/dev/NG112/plantuml/msgs/10_21_11_716519.txt request := ...]]
note left: 10:21:11.716519
"3:SIPP" -> "3:SIPP": Start, duration: 15
note left: 10:21:11.718350
system -[#green]> "3:SIPP": @LibSip_SIPTypesAndValues.Response
note right: [[file:///home/yann/dev/NG112/plantuml/msgs/10_21_11_723002.txt response := ...]]
note left: 10:21:11.723002
"3:SIPP" -> "3:SIPP": Stop, duration: 15
note left: 10:21:11.723330
note left: 10:21:11.723463
note left: 10:21:11.723593
note left: 10:21:11.723710
note left: 10:21:11.723779
note left: 10:21:11.723843
note left: 10:21:11.724341
"4:SIPP" -> "4:SIPP": Start, duration: 30
note left: 10:21:11.724421
system -[#green]> "4:SIPP": @LibSip_SIPTypesAndValues.MESSAGE_Request
note right: [[file:///home/yann/dev/NG112/plantuml/msgs/10_21_11_837816.txt response := ...]]
note left: 10:21:11.837816
"4:SIPP" -> "4:SIPP": Stop, duration: 30
note left: 10:21:11.838711
"4:SIPP" -[#green]> system: @LibSip_SIPTypesAndValues.Response
note right: [[file:///home/yann/dev/NG112/plantuml/msgs/10_21_11_839359.txt request := ...]]
note left: 10:21:11.839359
note left: 10:21:11.923530
note left: 10:21:11.923809
note left: 10:21:11.924067
note left: 10:21:11.924302
note left: 10:21:11.924436
note left: 10:21:11.924489
note left: 10:21:11.924598
note left: 10:21:11.924900
note left: 10:21:11.925117
note left: 10:21:11.925385
note left: 10:21:11.925391
note left: 10:21:11.927194
"3:SIPP" --> system: unmap
"4:SIPP" --> system: unmap
hnote over "3:SIPP" #green: pass
note left: 10:21:11.929873
hnote over "4:SIPP" #green: pass
note left: 10:21:11.929912
hnote across #green: pass
note left: 10:21:11.929950
@enduml
Loading