Change in osmo-ttcn3-hacks[master]: hlr: Fix DTE by requesting the correct type

2018-11-12 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11637 )

Change subject: hlr: Fix DTE by requesting the correct type
..

hlr: Fix DTE by requesting the correct type

Previous commit d686a8a54873eb61fae7d55cb001378dae3fbd7d from Vadim
introduced a copy and paste error.

Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
---
M hlr/HLR_EUSE.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Stefan Sperling: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/hlr/HLR_EUSE.ttcn b/hlr/HLR_EUSE.ttcn
index 93eb8f4..fbb496c 100644
--- a/hlr/HLR_EUSE.ttcn
+++ b/hlr/HLR_EUSE.ttcn
@@ -58,7 +58,7 @@
var SS_FacilityInformation dec_fac, rsp_fac;
var octetstring ss_rsp;

-   f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, state_ie);
+   f_gsup_find_ie(rx_pdu, OSMO_GSUP_SESSION_STATE_IE, state_ie);
var GSUP_SessionState ss_state := state_ie.session_state;

f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, ss_ie);

--
To view, visit https://gerrit.osmocom.org/11637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Gerrit-Change-Number: 11637
Gerrit-PatchSet: 2
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Neels Hofmeyr 
Gerrit-Reviewer: Stefan Sperling 
Gerrit-Reviewer: Vadim Yanitskiy 


Change in osmo-ttcn3-hacks[master]: hlr: Fix DTE by requesting the correct type

2018-11-12 Thread Neels Hofmeyr
Neels Hofmeyr has posted comments on this change. ( 
https://gerrit.osmocom.org/11637 )

Change subject: hlr: Fix DTE by requesting the correct type
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/11637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Gerrit-Change-Number: 11637
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Neels Hofmeyr 
Gerrit-Reviewer: Stefan Sperling 
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Mon, 12 Nov 2018 16:17:39 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ttcn3-hacks[master]: hlr: Fix DTE by requesting the correct type

2018-11-12 Thread Stefan Sperling
Stefan Sperling has posted comments on this change. ( 
https://gerrit.osmocom.org/11637 )

Change subject: hlr: Fix DTE by requesting the correct type
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/11637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Gerrit-Change-Number: 11637
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Stefan Sperling 
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Mon, 12 Nov 2018 16:16:47 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ttcn3-hacks[master]: hlr: Fix DTE by requesting the correct type

2018-11-06 Thread Vadim Yanitskiy
Vadim Yanitskiy has posted comments on this change. ( 
https://gerrit.osmocom.org/11637 )

Change subject: hlr: Fix DTE by requesting the correct type
..


Patch Set 1: Code-Review+1

Oh, damn, thanks a lot for this fix!


--
To view, visit https://gerrit.osmocom.org/11637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Gerrit-Change-Number: 11637
Gerrit-PatchSet: 1
Gerrit-Owner: daniel 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Tue, 06 Nov 2018 16:28:43 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ttcn3-hacks[master]: hlr: Fix DTE by requesting the correct type

2018-11-06 Thread daniel
daniel has uploaded this change for review. ( https://gerrit.osmocom.org/11637


Change subject: hlr: Fix DTE by requesting the correct type
..

hlr: Fix DTE by requesting the correct type

Previous commit d686a8a54873eb61fae7d55cb001378dae3fbd7d from Vadim
introduced a copy and paste error.

Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
---
M hlr/HLR_EUSE.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/37/11637/1

diff --git a/hlr/HLR_EUSE.ttcn b/hlr/HLR_EUSE.ttcn
index 93eb8f4..fbb496c 100644
--- a/hlr/HLR_EUSE.ttcn
+++ b/hlr/HLR_EUSE.ttcn
@@ -58,7 +58,7 @@
var SS_FacilityInformation dec_fac, rsp_fac;
var octetstring ss_rsp;

-   f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, state_ie);
+   f_gsup_find_ie(rx_pdu, OSMO_GSUP_SESSION_STATE_IE, state_ie);
var GSUP_SessionState ss_state := state_ie.session_state;

f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, ss_ie);

--
To view, visit https://gerrit.osmocom.org/11637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Gerrit-Change-Number: 11637
Gerrit-PatchSet: 1
Gerrit-Owner: daniel