akibsayyed / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

Implement provideSubscriberInfo MAP message #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement provideSubscriberInfo MAP message (Application Context Name : 
subscriberInfoEnquiryContext) from Mobility Service

Original issue reported on code.google.com by serg.vet...@gmail.com on 30 Jul 2012 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 7 Aug 2012 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 9 Nov 2012 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 16 Apr 2013 at 2:30

GoogleCodeExporter commented 9 years ago
Hi all

I've implemented provideSubscriberInfo MAP message for my project. I'll attach 
files,
can you check if the implementations are correct.
Also 'MAPDialogMobility' was modified: added methods for 
addProvideSubscriberInfoRequest, addProvideSubscriberInfoResponse.
'MAPServiceMobilityListener.java' added onProvideSubscriberInfoRequest and 
onProvideSubscriberInfoResponse.

Original comment by asimil...@gmail.com on 17 Nov 2014 at 7:03

Attachments:

GoogleCodeExporter commented 9 years ago
Updated 'MAPServiceMobilityImpl' implementation

Original comment by asimil...@gmail.com on 17 Nov 2014 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Asimil,
I check MAPServiceMobilityImpl.java, nothing change for PSI. Can you please 
re-upload the file again.

Br,
TN  

Original comment by nhant...@gmail.com on 4 Feb 2015 at 4:17

GoogleCodeExporter commented 9 years ago
Alot of file is missing, I implement my self. Thank Asimil for your attached.
My patch attach here, I can test it next week

Original comment by nhant...@gmail.com on 4 Feb 2015 at 9:32

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Amit,

Thank you for support. I'll apply your patch to my copy of the jss7 source code 
and will test today or tomorrow.

You can also take a look at Issue 336 
https://code.google.com/p/jss7/issues/detail?id=336. Latest updates for this 
issue I'll also test with PSI test.

BR,
Andrei

Original comment by asimil...@gmail.com on 4 Feb 2015 at 10:31

GoogleCodeExporter commented 9 years ago
patch for jain slee MAPRA attached (it's used with jss7_diff.patch
please note it's not tested, just compiled. I will test it next week

Original comment by nhant...@gmail.com on 5 Feb 2015 at 6:14

Attachments:

GoogleCodeExporter commented 9 years ago
Hi

Applied jss7_diff.patch.
Performed first tests for MAP PSI implementation.
Result is OK.
Here is the trace file. I did small modification in  
    ProvideSubscriberInfoRequestImpl.java
ProvideSubscriberInfoResponseImpl.java
ProvideSubscriberInfoRequest.java
ProvideSubscriberInfoResponse.java

In implementation removed:
 private final long mapProtocolVersion = 2;
and
    @Override
    public long getMapProtocolVersion() {
        return this.mapProtocolVersion;
    }

Added in response implementation toString() method override.
I'll perform some more tests and will post here results and final PSI message 
implementation.

Original comment by asimil...@gmail.com on 12 Feb 2015 at 7:37

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, i seen this and checked other code. Should we return false? Code can be 
clear and easy to read

Original comment by nhant...@gmail.com on 16 Feb 2015 at 11:57

GoogleCodeExporter commented 9 years ago
In attach You will find implementations for the PSI message.

Should we return false?  - Can You clarify or explain?

Original comment by asimil...@gmail.com on 16 Feb 2015 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
I also needed to patch EventTestHarness.java and EventType.java to get a full 
build working.

Additional patch attached.

Original comment by paul.ke...@anam.com on 18 Feb 2015 at 3:09

Attachments: