Mate problem in creating Gop with duplicated AVPs
I'm playing with MATE and as a start point I'm implementing the HTTP grouping as per tutorial. With the code form the example no Gop is created (only Pdu) but if instead I match on a single addr port it works
Gop http_req On http_pdu Match (addr, port) {
Start (http_rq);
Stop (http_rs);
};
I think the example is correct but I don't understand why it does not work.
EDIT: this happens when src and dst IP are the same
Is it one of these issues:
18024: MATE: no Match if multiple AVP with same name
16963: MATE problems with identical source/destination ip and/or source/destination port
Yes, my problem is exactly the 16963, I will add a comment there since I may have found a workaround