<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14104">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Depend on our own fork of titan.ProtocolModules.BSSMAP<br><br>Since we use some BSSMAP extensions to signal Osmux, we need to maintain<br>our own fork of BSSMAP_Types in order to supports those IEs in BSSMAP<br>RESET and BSSMAP Assin Req/Compl. Hence, switch all build componenets to<br>fetch and use our fork.<br><br>Depends: titan.ProtocolModules.BSSMAP Iaf1e137269c0da20b2c96fd104b57edf336693af<br>Change-Id: Ic8debe5f3ffe8e1d4258fa6b4632a3871b99af40<br>---<br>M bsc-nat/gen_links.sh<br>M bsc/gen_links.sh<br>M deps/Makefile<br>M msc/gen_links.sh<br>M selftest/gen_links.sh<br>5 files changed, 7 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/04/14104/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh</span><br><span>index 16e32b7..7b7f928 100755</span><br><span>--- a/bsc-nat/gen_links.sh</span><br><span>+++ b/bsc-nat/gen_links.sh</span><br><span>@@ -29,7 +29,7 @@</span><br><span> FILES="SCCP_Emulation.ttcn  SCCP_EncDec.cc  SCCP_Mapping.ttcnpp  SCCP_Types.ttcn  SCCPasp_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src</span><br><span style="color: hsl(120, 100%, 40%);">+DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src</span><br><span> FILES="BSSAP_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span>diff --git a/bsc/gen_links.sh b/bsc/gen_links.sh</span><br><span>index a4f09f4..c71b31a 100755</span><br><span>--- a/bsc/gen_links.sh</span><br><span>+++ b/bsc/gen_links.sh</span><br><span>@@ -45,7 +45,7 @@</span><br><span> FILES="SCCP_Emulation.ttcn  SCCP_Mapping.ttcnpp  SCCP_Types.ttcn  SCCPasp_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src</span><br><span style="color: hsl(120, 100%, 40%);">+DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src</span><br><span> FILES="BSSAP_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span>diff --git a/deps/Makefile b/deps/Makefile</span><br><span>index 6b19cf3..23f7b64 100644</span><br><span>--- a/deps/Makefile</span><br><span>+++ b/deps/Makefile</span><br><span>@@ -33,7 +33,6 @@</span><br><span>                   titan.TestPorts.GPIO \</span><br><span>                       titan.ProtocolModules.BSSAPP_v7.3.0 \</span><br><span>                        titan.ProtocolModules.BSSGP_v13.0.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                   titan.ProtocolModules.BSSMAP_v11.2.0 \</span><br><span>                       titan.ProtocolModules.GTP_v13.5.0 \</span><br><span>                  titan.ProtocolModules.GTPv2_v13.7.0 \</span><br><span>                        titan.ProtocolModules.ISUP_Q.762 \</span><br><span>@@ -48,7 +47,8 @@</span><br><span>                       titan.TestPorts.MTP3asp \</span><br><span>                    titan.ProtocolEmulations.M3UA</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-OSMOGIT_REPOS=         titan.ProtocolModules.MAP</span><br><span style="color: hsl(120, 100%, 40%);">+OSMOGIT_REPOS=               titan.ProtocolModules.MAP \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.BSSMAP</span><br><span> </span><br><span> ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)</span><br><span> </span><br><span>@@ -60,7 +60,7 @@</span><br><span> titan.ProtocolEmulations.SCCP_commit=            R.7.A-2-g724c83f</span><br><span> titan.ProtocolModules.BSSAPP_v7.3.0_commit= R.2.A</span><br><span> titan.ProtocolModules.BSSGP_v13.0.0_commit=    R.2.A</span><br><span style="color: hsl(0, 100%, 40%);">-titan.ProtocolModules.BSSMAP_v11.2.0_commit=       R.2.A</span><br><span style="color: hsl(120, 100%, 40%);">+titan.ProtocolModules.BSSMAP_commit=             master</span><br><span> titan.ProtocolModules.GRE_commit=             R.2.A</span><br><span> titan.ProtocolModules.GTP_v13.5.0_commit=      R.2.A</span><br><span> titan.ProtocolModules.GTPv2_v13.7.0_commit=    R.2.A</span><br><span>diff --git a/msc/gen_links.sh b/msc/gen_links.sh</span><br><span>index 7ba190a..7aaba2b 100755</span><br><span>--- a/msc/gen_links.sh</span><br><span>+++ b/msc/gen_links.sh</span><br><span>@@ -46,7 +46,7 @@</span><br><span> FILES="SCCP_Emulation.ttcn  SCCP_EncDec.cc  SCCP_Mapping.ttcnpp  SCCP_Types.ttcn  SCCPasp_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src</span><br><span style="color: hsl(120, 100%, 40%);">+DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src</span><br><span> FILES="BSSAP_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span>diff --git a/selftest/gen_links.sh b/selftest/gen_links.sh</span><br><span>index 09d2f26..c590de6 100755</span><br><span>--- a/selftest/gen_links.sh</span><br><span>+++ b/selftest/gen_links.sh</span><br><span>@@ -30,7 +30,7 @@</span><br><span> FILES="SCCP_Emulation.ttcn  SCCP_Mapping.ttcnpp  SCCP_Types.ttcn  SCCPasp_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src</span><br><span style="color: hsl(120, 100%, 40%);">+DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src</span><br><span> FILES="BSSAP_Types.ttcn"</span><br><span> gen_links $DIR $FILES</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14104">change 14104</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/14104"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic8debe5f3ffe8e1d4258fa6b4632a3871b99af40 </div>
<div style="display:none"> Gerrit-Change-Number: 14104 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>