Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b9b8166a
Commit
b9b8166a
authored
Dec 02, 2014
by
Simon Morlat
Browse files
fix tester, update oRTP for bugfixes
parent
10c057ea
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
oRTP
oRTP
+1
-1
tester/rcfiles/pauline_alt_rc
tester/rcfiles/pauline_alt_rc
+2
-0
tester/rcfiles/pauline_wild_rc
tester/rcfiles/pauline_wild_rc
+2
-0
tester/register_tester.c
tester/register_tester.c
+1
-1
No files found.
oRTP
@
93607074
Subproject commit
a3debbd394fb32ab54ed265d2190711971c890e7
Subproject commit
93607074c723d6d5181e48d6d7989b1c39b9bb8b
tester/rcfiles/pauline_alt_rc
View file @
b9b8166a
[sip]
[sip]
sip_port=-1
sip_tcp_port=-1
sip_tls_port=-1
sip_tls_port=-1
default_proxy=0
default_proxy=0
register_only_when_network_is_up=0
register_only_when_network_is_up=0
...
...
tester/rcfiles/pauline_wild_rc
View file @
b9b8166a
[sip]
[sip]
sip_port=-1
sip_tcp_port=-1
sip_tls_port=-1
sip_tls_port=-1
default_proxy=0
default_proxy=0
register_only_when_network_is_up=0
register_only_when_network_is_up=0
...
...
tester/register_tester.c
View file @
b9b8166a
...
@@ -781,7 +781,7 @@ static void tls_alt_name_register(){
...
@@ -781,7 +781,7 @@ static void tls_alt_name_register(){
linphone_core_refresh_registers
(
mgr
->
lc
);
linphone_core_refresh_registers
(
mgr
->
lc
);
CU_ASSERT_TRUE
(
wait_for
(
lc
,
lc
,
&
mgr
->
stat
.
number_of_LinphoneRegistrationOk
,
1
));
CU_ASSERT_TRUE
(
wait_for
(
lc
,
lc
,
&
mgr
->
stat
.
number_of_LinphoneRegistrationOk
,
1
));
CU_ASSERT_EQUAL
(
mgr
->
stat
.
number_of_LinphoneRegistrationFailed
,
0
);
CU_ASSERT_EQUAL
(
mgr
->
stat
.
number_of_LinphoneRegistrationFailed
,
0
);
linphone_core_destroy
(
mgr
->
lc
);
linphone_core_
manager_
destroy
(
mgr
);
}
}
static
void
tls_wildcard_register
(){
static
void
tls_wildcard_register
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment