1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793
|
/*
* $Id$
*
* Copyright (C) 2012 Smile Communications, jason.penton@smilecoms.com
* Copyright (C) 2012 Smile Communications, richard.good@smilecoms.com
*
* The initial version of this code was written by Dragos Vingarzan
* (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the
* Fruanhofer Institute. It was and still is maintained in a separate
* branch of the original SER. We are therefore migrating it to
* Kamailio/SR and look forward to maintaining it from here on out.
* 2011/2012 Smile Communications, Pty. Ltd.
* ported/maintained/improved by
* Jason Penton (jason(dot)penton(at)smilecoms.com and
* Richard Good (richard(dot)good(at)smilecoms.com) as part of an
* effort to add full IMS support to Kamailio/SR using a new and
* improved architecture
*
* NB: Alot of this code was originally part of OpenIMSCore,
* FhG Fokus.
* Copyright (C) 2004-2006 FhG Fokus
* Thanks for great work! This is an effort to
* break apart the various CSCF functions into logically separate
* components. We hope this will drive wider use. We also feel
* that in this way the architecture is more complete and thereby easier
* to manage in the Kamailio/SR environment
*
* This file is part of Kamailio, a free SIP server.
*
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* History:
* --------
* 2011-02-02 initial version (jason.penton)
*/
#include <arpa/inet.h>
#include "../cdp_avp/mod_export.h"
#include "../../modules/dialog_ng/dlg_load.h"
#include "../ims_usrloc_pcscf/usrloc.h"
#include "rx_authdata.h"
#include "rx_avp.h"
#include "mod.h"
#include "../../lib/ims/ims_getters.h"
/**< Structure with pointers to cdp funcs, global variable defined in mod.c */
extern struct cdp_binds cdpb;
extern cdp_avp_bind_t *cdp_avp;
/**
* Create and add an AVP to a Diameter message.
* @param m - Diameter message to add to
* @param d - the payload data
* @param len - length of the payload data
* @param avp_code - the code of the AVP
* @param flags - flags for the AVP
* @param vendorid - the value of the vendor id or 0 if none
* @param data_do - what to do with the data when done
* @param func - the name of the calling function, for debugging purposes
* @returns 1 on success or 0 on failure
*/
inline int rx_add_avp(AAAMessage *m, char *d, int len, int avp_code,
int flags, int vendorid, int data_do, const char *func) {
AAA_AVP *avp;
if (vendorid != 0) flags |= AAA_AVP_FLAG_VENDOR_SPECIFIC;
avp = cdpb.AAACreateAVP(avp_code, flags, vendorid, d, len, data_do);
if (!avp) {
LM_ERR("Rx: :%s: Failed creating avp\n", func);
return 0;
}
if (cdpb.AAAAddAVPToMessage(m, avp, m->avpList.tail) != AAA_ERR_SUCCESS) {
LM_ERR(":%s: Failed adding avp to message\n", func);
cdpb.AAAFreeAVP(&avp);
return 0;
}
return CSCF_RETURN_TRUE;
}
/**
* Create and add an AVP to a list of AVPs.
* @param list - the AVP list to add to
* @param d - the payload data
* @param len - length of the payload data
* @param avp_code - the code of the AVP
* @param flags - flags for the AVP
* @param vendorid - the value of the vendor id or 0 if none
* @param data_do - what to do with the data when done
* @param func - the name of the calling function, for debugging purposes
* @returns 1 on success or 0 on failure
*/
static inline int rx_add_avp_list(AAA_AVP_LIST *list, char *d, int len, int avp_code,
int flags, int vendorid, int data_do, const char *func) {
AAA_AVP *avp;
if (vendorid != 0) flags |= AAA_AVP_FLAG_VENDOR_SPECIFIC;
avp = cdpb.AAACreateAVP(avp_code, flags, vendorid, d, len, data_do);
if (!avp) {
LM_ERR(":%s: Failed creating avp\n", func);
return 0;
}
if (list->tail) {
avp->prev = list->tail;
avp->next = 0;
list->tail->next = avp;
list->tail = avp;
} else {
list->head = avp;
list->tail = avp;
avp->next = 0;
avp->prev = 0;
}
return CSCF_RETURN_TRUE;
}
/**
* Returns the value of a certain AVP from a Diameter message.
* @param m - Diameter message to look into
* @param avp_code - the code to search for
* @param vendorid - the value of the vendor id to look for or 0 if none
* @param func - the name of the calling function, for debugging purposes
* @returns the str with the payload on success or an empty string on failure
*/
static inline str rx_get_avp(AAAMessage *msg, int avp_code, int vendor_id,
const char *func) {
AAA_AVP *avp;
str r = {0, 0};
avp = cdpb.AAAFindMatchingAVP(msg, 0, AVP_Result_Code, 0, 0);
if (avp == 0) {
//LOG(L_INFO,"INFO:"M_NAME":%s: Failed finding avp\n",func);
return r;
} else
return avp->data;
}
/*creates an AVP for the framed-ip info:
* if ipv4: AVP_Framed_IP_Address,
* otherwise: AVP_Framed_IPv6_Prefix
* using inet_pton to convert the IP addresses
* from human-readable strings to their bynary representation
* see http://beej.us/guide/bgnet/output/html/multipage/inet_ntopman.html
* http://beej.us/guide/bgnet/output/html/multipage/sockaddr_inman.html
*/
static unsigned int ip_buflen = 0;
static char* ip_buf = 0;
int rx_add_framed_ip_avp(AAA_AVP_LIST * list, str ip, uint16_t version) {
ip_address_prefix ip_adr;
int ret = 0;
if (ip.len < 0) return 0;
if (version == AF_INET) {
if (ip.len > INET_ADDRSTRLEN)
goto error;
} else {
if (ip.len > INET6_ADDRSTRLEN)
goto error;
}
int len = ip.len + 1;
if (!ip_buf || ip_buflen < len) {
if (ip_buf)
pkg_free(ip_buf);
ip_buf = (char*)pkg_malloc(len);
if (!ip_buf) {
LM_ERR("rx_add_framed_ip_avp: out of memory \
when allocating %i bytes in pkg\n", len);
goto error;
}
ip_buflen = len;
}
memcpy(ip_buf, ip.s, ip.len);
ip_buf[ip.len] = '\0';
ip_adr.addr.ai_family = version;
if (version == AF_INET) {
if (inet_pton(AF_INET, ip_buf, &(ip_adr.addr.ip.v4.s_addr)) != 1) goto error;
ret = cdp_avp->nasapp.add_Framed_IP_Address(list, ip_adr.addr);
} else {
if (inet_pton(AF_INET6, ip_buf, &(ip_adr.addr.ip.v6.s6_addr)) != 1) goto error;
ret = cdp_avp->nasapp.add_Framed_IPv6_Prefix(list, ip_adr);
}
//TODO: should free ip_buf in module shutdown....
error:
return ret;
}
/**
* Creates and adds a Vendor-Specifig-Application-ID AVP.
* @param msg - the Diameter message to add to.
* @param vendor_id - the value of the vendor_id,
* @param auth_id - the authorization application id
* @param acct_id - the accounting application id
* @returns 1 on success or 0 on error
*/
inline int rx_add_vendor_specific_appid_avp(AAAMessage *msg, unsigned int vendor_id,
unsigned int auth_id, unsigned int acct_id) {
AAA_AVP_LIST list;
str group;
char x[4];
list.head = 0;
list.tail = 0;
set_4bytes(x, vendor_id);
rx_add_avp_list(&list,
x, 4,
AVP_Vendor_Id,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_DUPLICATE_DATA,
__FUNCTION__);
if (auth_id) {
set_4bytes(x, auth_id);
rx_add_avp_list(&list,
x, 4,
AVP_Auth_Application_Id,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_DUPLICATE_DATA,
__FUNCTION__);
}
if (acct_id) {
set_4bytes(x, acct_id);
rx_add_avp_list(&list,
x, 4,
AVP_Acct_Application_Id,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_DUPLICATE_DATA,
__FUNCTION__);
}
group = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
return
rx_add_avp(msg, group.s, group.len,
AVP_Vendor_Specific_Application_Id,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_FREE_DATA,
__FUNCTION__);
}
/**
* Creates and adds a Destination-Realm AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @returns 1 on success or 0 on error
*/
inline int rx_add_destination_realm_avp(AAAMessage *msg, str data) {
return
rx_add_avp(msg, data.s, data.len,
AVP_Destination_Realm,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_DUPLICATE_DATA,
__FUNCTION__);
}
/**
* Creates and adds an Acct-Application-Id AVP.
* @param msg - the Diameter message to add to.
* @param data - the value for the AVP payload
* @return CSCF_RETURN_TRUE on success or 0 on error
*/
inline int rx_add_auth_application_id_avp(AAAMessage *msg, unsigned int data) {
char x[4];
set_4bytes(x, data);
return
rx_add_avp(msg, x, 4,
AVP_Auth_Application_Id,
AAA_AVP_FLAG_MANDATORY,
0,
AVP_DUPLICATE_DATA,
__FUNCTION__);
}
/*
* Creates and adds a Subscription_Id AVP
* @param msg - the Diameter message to add to.
* @param r - the sip_message to extract the data from.
* @param tag - originating (0) terminating (1)
* @return CSCF_RETURN_TRUE on success or 0 on error
*
*/
int rx_add_subscription_id_avp(AAAMessage *msg, str identifier, int identifier_type) {
AAA_AVP_LIST list;
AAA_AVP *type, *data;
str subscription_id_avp;
char x[4];
list.head = 0;
list.tail = 0;
set_4bytes(x, identifier_type);
type = cdpb.AAACreateAVP(AVP_IMS_Subscription_Id_Type,
AAA_AVP_FLAG_MANDATORY,
0, x, 4,
AVP_DUPLICATE_DATA);
data = cdpb.AAACreateAVP(AVP_IMS_Subscription_Id_Data,
AAA_AVP_FLAG_MANDATORY,
0, identifier.s, identifier.len,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, type);
cdpb.AAAAddAVPToList(&list, data);
subscription_id_avp = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
return rx_add_avp(msg, subscription_id_avp.s, subscription_id_avp.len, AVP_IMS_Subscription_Id,
AAA_AVP_FLAG_MANDATORY, 0,
AVP_FREE_DATA,
__FUNCTION__);
}
inline int rx_add_media_component_description_avp(AAAMessage *msg, int number, str *media_description, str *ipA, str *portA, str *ipB, str *portB, str *transport,
str *req_raw_payload, str *rpl_raw_payload, enum dialog_direction dlg_direction) {
str data;
AAA_AVP_LIST list;
AAA_AVP *media_component_number, *media_type;
AAA_AVP *codec_data1, *codec_data2;
AAA_AVP * media_sub_component[PCC_Media_Sub_Components];
AAA_AVP *flow_status;
int media_sub_component_number = 0;
int type;
char x[4];
list.head = 0;
list.tail = 0;
/*media-component-number*/
set_4bytes(x, number);
media_component_number = cdpb.AAACreateAVP(AVP_IMS_Media_Component_Number,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
if (media_component_number != NULL) {
cdpb.AAAAddAVPToList(&list, media_component_number);
} else {
LM_ERR("Unable to create media_component_number AVP");
return 0;
}
/*media-sub-component*/
if (dlg_direction != DLG_MOBILE_ORIGINATING) {
media_sub_component[media_sub_component_number] = rx_create_media_subcomponent_avp(number, transport->s, ipA, portA, ipB, portB);
cdpb.AAAAddAVPToList(&list, media_sub_component[media_sub_component_number]);
} else {
media_sub_component[media_sub_component_number] = rx_create_media_subcomponent_avp(number, transport->s, ipB, portB, ipA, portA);
cdpb.AAAAddAVPToList(&list, media_sub_component[media_sub_component_number]);
}
/*media type*/
if (strncmp(media_description->s, "audio", 5) == 0) {
type = AVP_IMS_Media_Type_Audio;
} else if (strncmp(media_description->s, "video", 5) == 0) {
type = AVP_IMS_Media_Type_Video;
} else if (strncmp(media_description->s, "data", 4) == 0) {
type = AVP_IMS_Media_Type_Data;
} else if (strncmp(media_description->s, "application", 11) == 0) {
type = AVP_IMS_Media_Type_Application;
} else if (strncmp(media_description->s, "control", 7) == 0) {
type = AVP_IMS_Media_Type_Control;
} else if (strncmp(media_description->s, "text", 4) == 0) {
type = AVP_IMS_Media_Type_Text;
} else if (strncmp(media_description->s, "message", 7) == 0) {
type = AVP_IMS_Media_Type_Message;
} else {
type = AVP_IMS_Media_Type_Other;
}
set_4bytes(x, type);
media_type = cdpb.AAACreateAVP(AVP_IMS_Media_Type,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, media_type);
/*RR and RS*/
/*codec-data*/
if (dlg_direction == DLG_MOBILE_ORIGINATING) {
//0 means uplink offer
codec_data1 = rx_create_codec_data_avp(req_raw_payload, number, 0);
cdpb.AAAAddAVPToList(&list, codec_data1);
//3 means downlink answer
codec_data2 = rx_create_codec_data_avp(rpl_raw_payload, number, 3);
cdpb.AAAAddAVPToList(&list, codec_data2);
} else {
//2 means downlink offer
codec_data1 = rx_create_codec_data_avp(req_raw_payload, number, 2);
cdpb.AAAAddAVPToList(&list, codec_data1);
//1 means uplink answer
codec_data2 = rx_create_codec_data_avp(rpl_raw_payload, number, 1);
cdpb.AAAAddAVPToList(&list, codec_data2);
}
set_4bytes(x, AVP_IMS_Flow_Status_Enabled);
flow_status = cdpb.AAACreateAVP(AVP_IMS_Flow_Status,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_status);
/*now group them in one big AVP and free them*/
data = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
return rx_add_avp(msg, data.s, data.len, AVP_IMS_Media_Component_Description,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP,
AVP_FREE_DATA,
__FUNCTION__);
}
//just for registration to signalling path - much cut down MCD AVP
//See 3GPP TS 29.214 section 4.4.5
inline int rx_add_media_component_description_avp_register(AAAMessage *msg) {
str data;
AAA_AVP_LIST list;
AAA_AVP *media_component_number;
char x[4];
list.head = 0;
list.tail = 0;
/*media-component-number*/
set_4bytes(x, 0);
media_component_number = cdpb.AAACreateAVP(AVP_IMS_Media_Component_Number,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
if (media_component_number != NULL) {
cdpb.AAAAddAVPToList(&list, media_component_number);
} else {
LM_ERR("Unable to create media_component_number AVP");
return 0;
}
/*media-sub-component*/
cdpb.AAAAddAVPToList(&list, rx_create_media_subcomponent_avp_register());
/*now group them in one big AVP and free them*/
data = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
return rx_add_avp(msg, data.s, data.len, AVP_IMS_Media_Component_Description,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP,
AVP_FREE_DATA,
__FUNCTION__);
}
/**
* Creates a media-sub-component AVP
*
* TODO - fix this ... or just delete it and do it again! It adds 2x Flow-Description for example, as a bug!
* I don't think that more than 1 can be in one Media Subcomponent.
*
* @param number - the flow number
* @param proto - the protocol of the IPFilterRule
* @param ipA - ip of the INVITE (if creating rule for UE that sent INVITE)
* @param portA - port of the INVITE (if creating rule for UE that sent INVITE)
* @param ipB - ip of 200 OK (if creating rule for UE that sent INVITE)
* @param portB - port of 200 OK (if creating rule for UE that sent INVITE)
* @param options - any options to append to the IPFilterRules
* @param attributes - indication of attributes
* 0 no attributes , 1 sendonly , 2 recvonly , 3 RTCP flows, 4 AF signaling flows
* @param bwUL - bandwidth uplink
* @param bwDL - bandiwdth downlink
*/
static str permit_out = {"permit out ", 11};
static str permit_in = {"permit in ", 10};
static str from_s = {" from ", 6};
static str to_s = {" to ", 4};
//removed final %s - this is options which Rx 29.214 says will not be used for flow-description AVP
static char * permit_out_with_ports = "permit out %i from %.*s %u to %.*s %u";
//static char * permit_out_with_ports = "permit out %i from %.*s %u to %.*s %u %s";
static char * permit_in_with_ports = "permit in %i from %.*s %u to %.*s %u";
//static char * permit_in_with_ports = "permit in %i from %.*s %u to %.*s %u %s";
static unsigned int flowdata_buflen = 0;
static str flowdata_buf = {0,0};
AAA_AVP *rx_create_media_subcomponent_avp(int number, char* proto,
str *ipA, str *portA,
str *ipB, str *portB) {
str data;
int len, len2;
// str flow_data = {0, 0};
// str flow_data2 = {0, 0};
AAA_AVP *flow_description1 = 0, *flow_description2 = 0, *flow_number = 0;
AAA_AVP *flow_usage = 0;
AAA_AVP_LIST list;
list.tail = 0;
list.head = 0;
char x[4];
int proto_int = 0, proto_len = 0;
proto_int = 17;
int intportA = atoi(portA->s);
int intportB = atoi(portB->s);
len = (permit_out.len + from_s.len + to_s.len + ipB->len + ipA->len + 4 +
proto_len + portA->len + portB->len + 1/*nul terminator*/) * sizeof (char);
if (!flowdata_buf.s || flowdata_buflen < len) {
if (flowdata_buf.s)
pkg_free(flowdata_buf.s);
flowdata_buf.s = (char*)pkg_malloc(len);
if (!flowdata_buf.s) {
LM_ERR("PCC_create_media_component: out of memory \
when allocating %i bytes in pkg\n", len);
return NULL ;
}
flowdata_buflen = len;
}
set_4bytes(x, number);
flow_number = cdpb.AAACreateAVP(AVP_IMS_Flow_Number,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_number);
/*IMS Flow descriptions*/
/*first flow is the receive flow*/
flowdata_buf.len = snprintf(flowdata_buf.s, len, permit_out_with_ports, proto_int,
ipA->len, ipA->s, intportA,
ipB->len, ipB->s, intportB);
flowdata_buf.len = strlen(flowdata_buf.s);
flow_description1 = cdpb.AAACreateAVP(AVP_IMS_Flow_Description,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, flowdata_buf.s, flowdata_buf.len,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_description1);
/*second flow*/
len2 = len - (permit_out.len - permit_in.len) * sizeof (char);
if (!flowdata_buf.s || flowdata_buflen <= len2) {
if (flowdata_buf.s)
pkg_free(flowdata_buf.s);
flowdata_buf.s = (char*) pkg_malloc(len2);
if (!flowdata_buf.s) {
LM_ERR("PCC_create_media_component: out of memory \
when allocating %i bytes in pkg\n", len2);
return NULL ;
}
flowdata_buflen = len2;
}
flowdata_buf.len = snprintf(flowdata_buf.s, len2, permit_in_with_ports, proto_int,
ipB->len, ipB->s, intportB,
ipA->len, ipA->s, intportA);
flowdata_buf.len = strlen(flowdata_buf.s);
flow_description2 = cdpb.AAACreateAVP(AVP_IMS_Flow_Description,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, flowdata_buf.s, flowdata_buf.len,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_description2);
set_4bytes(x, AVP_EPC_Flow_Usage_No_Information);
flow_usage = cdpb.AAACreateAVP(AVP_IMS_Flow_Usage,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_usage);
/*group all AVPS into one big.. and then free the small ones*/
data = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
//TODO: should free the buffer for the flows in module shutdown....
return (cdpb.AAACreateAVP(AVP_IMS_Media_Sub_Component,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, data.s, data.len,
AVP_FREE_DATA));
}
//just for registration to signalling status much cut down MSC AVP
//see 3GPP TS 29.214 4.4.5
AAA_AVP *rx_create_media_subcomponent_avp_register() {
char x[4];
AAA_AVP *flow_usage = 0;
AAA_AVP *flow_number = 0;
str data;
AAA_AVP_LIST list;
list.tail = 0;
list.head = 0;
//always set to zero for subscription to signalling status
set_4bytes(x, 0);
flow_number = cdpb.AAACreateAVP(AVP_IMS_Flow_Number,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_number);
set_4bytes(x, AVP_EPC_Flow_Usage_AF_Signaling);
flow_usage = cdpb.AAACreateAVP(AVP_IMS_Flow_Usage,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, x, 4,
AVP_DUPLICATE_DATA);
cdpb.AAAAddAVPToList(&list, flow_usage);
/*group all AVPS into one big.. and then free the small ones*/
data = cdpb.AAAGroupAVPS(list);
cdpb.AAAFreeAVPList(&list);
return (cdpb.AAACreateAVP(AVP_IMS_Media_Sub_Component,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, data.s, data.len,
AVP_FREE_DATA));
}
/*
* Creates a Codec-Data AVP as defined in TS29214 (Rx interface)
* @param sdp - sdp body of message
* @param number - the number of the m= line being used
* @param direction - 0 means uplink offer 1 means uplink answer ,
* 2 means downlink offer , 3 downlink answer
* returns NULL on failure or the pointer to the AAA_AVP on success
* (this AVP should be freed!)
*/
AAA_AVP* rx_create_codec_data_avp(str *raw_sdp_stream, int number, int direction) {
char data[PCC_MAX_Char4];
char *p;
int l, len;
switch (direction) {
case 0: sprintf(data, "uplink\noffer\n");
break;
case 1: sprintf(data, "uplink\nanswer\n");
break;
case 2: sprintf(data, "downlink\noffer\n");
break;
case 3: sprintf(data, "downlink\nanswer\n");
break;
default:
break;
}
l = strlen(data);
if ((l + raw_sdp_stream->len) >= PCC_MAX_Char4) {
len = PCC_MAX_Char4 - l - 1;
} else {
len = raw_sdp_stream->len;
}
memcpy(data + l, raw_sdp_stream->s, len);
p = data + l + len;
*p = '\0';
return (cdpb.AAACreateAVP(AVP_IMS_Codec_Data,
AAA_AVP_FLAG_MANDATORY | AAA_AVP_FLAG_VENDOR_SPECIFIC,
IMS_vendor_id_3GPP, data, strlen(data),
AVP_DUPLICATE_DATA));
}
/**
* Creates and adds a Vendor Specific Application ID Group AVP.
* @param msg - the Diameter message to add to.
* @param vendor_id - the value for the vendor id AVP
* @param auth_app_id - the value of the authentication application AVP
* @returns 1 on success or 0 on error
*/
int rx_add_vendor_specific_application_id_group(AAAMessage * msg, uint32_t vendor_id, uint32_t auth_app_id) {
return cdp_avp->base.add_Vendor_Specific_Application_Id_Group(&(msg->avpList), vendor_id, auth_app_id, 0);
}
/**
* Returns the Result-Code AVP from a Diameter message.
* @param msg - the Diameter message
* @returns the AVP payload on success or an empty string on error
*/
unsigned int rx_get_abort_cause(AAAMessage *msg) {
AAA_AVP *avp = 0;
unsigned int code = 0;
//getting abort cause
avp = cdpb.AAAFindMatchingAVP(msg, msg->avpList.head, AVP_IMS_Abort_Cause, IMS_vendor_id_3GPP, AAA_FORWARD_SEARCH);
if (avp) {
code = get_4bytes(avp->data.s);
}
return code;
}
/**
* Returns the Result-Code AVP from a Diameter message.
* or the Experimental-Result-Code if there is no Result-Code , because .. who cares
* @param msg - the Diameter message
* @returns 1 if result code found or 0 if error
*/
inline int rx_get_result_code(AAAMessage *msg, unsigned int *data) {
AAA_AVP *avp;
AAA_AVP_LIST list;
list.head = 0;
list.tail = 0;
*data = 0;
int ret = 0;
for (avp = msg->avpList.tail; avp; avp = avp->prev) {
//LOG(L_INFO,"pcc_get_result_code: looping with avp code %i\n",avp->code);
if (avp->code == AVP_Result_Code) {
*data = get_4bytes(avp->data.s);
ret = 1;
} else if (avp->code == AVP_Experimental_Result) {
list = cdpb.AAAUngroupAVPS(avp->data);
for (avp = list.head; avp; avp = avp->next) {
//LOG(L_CRIT,"in the loop with avp code %i\n",avp->code);
if (avp->code == AVP_IMS_Experimental_Result_Code) {
*data = get_4bytes(avp->data.s);
cdpb.AAAFreeAVPList(&list);
ret = 1;
break;
}
}
cdpb.AAAFreeAVPList(&list);
break; // this has to be here because i have changed the avp!!!
}
}
return ret;
}
|