<!-- 
RSS generated by JIRA (6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc) at Fri Apr 17 08:13:45 EEST 2026

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://jira.mobinets.com/jira/si/jira.issueviews:issue-xml/LS-891/LS-891.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Mobinets-JIRA</title>
    <link>http://jira.mobinets.com/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>6.1.4</version>
        <build-number>6159</build-number>
        <build-date>19-11-2013</build-date>
    </build-info>

<item>
            <title>[LS-891] Gaming-Addon - Handle case when subscriber has no trail</title>
                <link>http://jira.mobinets.com/jira/browse/LS-891</link>
                <project id="14300" key="LS">L3 Support</project>
                    <description>&lt;p&gt;As we discussed, we are encountering an issue with the Gaming ADD-ON scenario for orders where no trail is available. These orders are failing with the following error:&lt;br/&gt;
CVlan Reservation failed - Couldn&apos;t find active node while calling reserveCvlanIp API.&lt;/p&gt;

&lt;p&gt;Currently, the NEP system attempts to extract active node details from the trail when calling this API. Since these specific orders lack trail data, they are being interrupted.&lt;/p&gt;

&lt;p&gt;Recommendation: I suggest implementing a fallback logic. If the trail is unavailable, NEP should automatically pull the active node details from the ONU view. This will ensure the API call succeeds and prevents the CVlan reservation error.&lt;/p&gt;


&lt;p&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;SOAP-ENV:Header /&amp;gt;&lt;br/&gt;
    &amp;lt;SOAP-ENV:Body&amp;gt;&lt;br/&gt;
        &amp;lt;ns3:reserveCvlanIp xmlns:ns3=&quot;http://server.api.nep.mobinets.com/&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;subscriberNumber&amp;gt;24546987&amp;lt;/subscriberNumber&amp;gt;&lt;br/&gt;
        &amp;lt;/ns3:reserveCvlanIp&amp;gt;&lt;br/&gt;
    &amp;lt;/SOAP-ENV:Body&amp;gt;&lt;br/&gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;&quot;&lt;br/&gt;
nep_fn_ui.2026-01-14.1.log:2026-01-14 10:54:33.415 &lt;span class=&quot;error&quot;&gt;&amp;#91;https-jsse-nio-8450-exec-6&amp;#93;&lt;/span&gt; DEBUG&lt;br/&gt;
org.apache.http.wire - http-outgoing-78&lt;br/&gt;
&amp;lt;&lt;br/&gt;
&amp;lt; &quot;&lt;br/&gt;
&amp;lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;soap:Body&amp;gt;&lt;br/&gt;
        &amp;lt;ns2:reserveCvlanIpResponse xmlns:ns2=&quot;http://server.api.nep.mobinets.com/&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;return&amp;gt;&lt;br/&gt;
                &amp;lt;cvlanIp&amp;gt;&amp;lt;/cvlanIp&amp;gt;&lt;br/&gt;
                &amp;lt;responseCode&amp;gt;5&amp;lt;/responseCode&amp;gt;&lt;br/&gt;
                &amp;lt;responseMessage&amp;gt;CVlan Reservation failed - Couldn&apos;t find active node&amp;lt;/responseMessage&amp;gt;&lt;br/&gt;
                &amp;lt;svlanIp&amp;gt;&amp;lt;/svlanIp&amp;gt;&lt;br/&gt;
            &amp;lt;/return&amp;gt;&lt;br/&gt;
        &amp;lt;/ns2:reserveCvlanIpResponse&amp;gt;&lt;br/&gt;
    &amp;lt;/soap:Body&amp;gt;&lt;br/&gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/p&gt;


&lt;p&gt;Thank U!!!&lt;/p&gt;</description>
                <environment></environment>
        <key id="150501">LS-891</key>
            <summary>Gaming-Addon - Handle case when subscriber has no trail</summary>
                <type id="10900" iconUrl="http://jira.mobinets.com/jira/images/icons/issuetypes/sales.png">CR</type>
                                            <priority id="10002" iconUrl="http://jira.mobinets.com/jira/images/icons/normal.png">Normal</priority>
                        <status id="10112" iconUrl="http://jira.mobinets.com/jira/images/icons/statuses/generic.png">Pending Design Session</status>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="kkhalil">Khaled Khalil</assignee>
                                    <reporter username="amessaikeh">Abir Messaikeh</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Jan 2026 06:51:02 +0200</created>
                <updated>Thu, 5 Feb 2026 11:45:38 +0200</updated>
                                                                            <component>FN</component>
                        <due>Thu, 22 Jan 2026 00:00:00 +0200</due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                            <comments>
                            <comment id="142100" author="" created="Mon, 26 Jan 2026 10:35:28 +0200"  >&lt;p&gt;As discussed, the issue is clearly related to Gaming ADD-ON orders where no trail information exists. In such cases, NEP fails to retrieve the active node from the trail, which causes the `reserveCvlanIp` API call to fail with the error &lt;b&gt;&quot;Couldn&apos;t find active node&quot;&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;To unblock the flow, we agree with the proposed approach:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;When the subscriber has no trail, NEP should fall back to retrieving the active node details from the ONU view.&lt;/li&gt;
	&lt;li&gt;This fallback logic will allow the CVlan reservation to proceed successfully and avoid interruption of the order flow.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Kindly proceed with uploading and updating the related process to cover both *&lt;b&gt;activation&lt;/b&gt;* and *&lt;b&gt;termination&lt;/b&gt;* scenarios for subscribers without trail data.&lt;/p&gt;

&lt;p&gt; releasing patch 3.7.0.1416&lt;/p&gt;</comment>
                            <comment id="142539" author="abada" created="Fri, 30 Jan 2026 14:53:30 +0200"  >&lt;p&gt;After fixing the issue related to reserveCvlanIp, we noticed that some orders have no trail available. We are now facing another issue with other parameters, where a trail related to the order is required in order to pass all the data to iLink.&lt;/p&gt;

&lt;p&gt;We need to discuss a solution to retrieve this trail data so that the process can complete successfully.&lt;/p&gt;</comment>
                            <comment id="142836" author="amessaikeh" created="Thu, 5 Feb 2026 11:45:38 +0200"  >&lt;p&gt;not urgent bcz no new complain on PROD for gaming addon case with no trail ,  we will wait as we need more time to test the new process b4 applying on PROD&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="127305" name="Downloads.zip" size="15319" author="abada" created="Fri, 30 Jan 2026 14:56:00 +0200"/>
                    </attachments>
                <subtasks>
                            <subtask id="151100">LS-908</subtask>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Customer</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="12200"><![CDATA[OMAN-Tel]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_11009" key="com.innovalog.jmcf.jira-misc-custom-fields:calculated-text-field">
                        <customfieldname>Dev. Actual Duration</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[0 minutes]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10304" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Gantt Options</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10200"><![CDATA[Milestone]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10800" key="com.capitalcityconsultants.jira.plugins.customfields.ccc-lastcomment:last-comment">
                        <customfieldname>Last Comment</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p style=&quot;display:inline&quot;&gt;&lt;b&gt;Evaluation License Error:&lt;/b&gt; EXPIRED&lt;/p&gt;</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_12500" key="com.atlassian.jira.toolkit:originalestimate">
                        <customfieldname>Original Estimate</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11008" key="com.innovalog.jmcf.jira-misc-custom-fields:calculated-text-field">
                        <customfieldname>PDM Actual Duration</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[0 minutes]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10301" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>Planned End</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 22 Jan 2026 00:00:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10300" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>Planned Start</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 22 Jan 2026 00:00:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10401" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Product</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10306"><![CDATA[NEP]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10901" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|xtiwax:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10004" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_11704" key="vivid.trace:VTDirections-custom-field-type">
                        <customfieldname>VTDirections</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>