From 5bdcf019eb1cb3258e8197c6f4357be82e598997 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 14 Oct 2014 18:24:50 +0200 Subject: [PATCH] MT#9565 Expose cdr src/dst gpp params --- lib/NGCP/Schema/Result/cdr.pm | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/lib/NGCP/Schema/Result/cdr.pm b/lib/NGCP/Schema/Result/cdr.pm index ac006e47..3f88a770 100644 --- a/lib/NGCP/Schema/Result/cdr.pm +++ b/lib/NGCP/Schema/Result/cdr.pm @@ -52,6 +52,26 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "source_ip", { data_type => "varchar", is_nullable => 0, size => 64 }, + "source_gpp0", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp1", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp2", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp3", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp4", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp5", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp6", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp7", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp8", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "source_gpp9", + { data_type => "varchar", is_nullable => 1, size => 255 }, "destination_user_id", { data_type => "char", is_nullable => 0, size => 36 }, "destination_provider_id", @@ -77,6 +97,26 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 0, size => 255 }, "destination_domain_in", { data_type => "varchar", is_nullable => 0, size => 255 }, + "destination_gpp0", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp1", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp2", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp3", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp4", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp5", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp6", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp7", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp8", + { data_type => "varchar", is_nullable => 1, size => 255 }, + "destination_gpp9", + { data_type => "varchar", is_nullable => 1, size => 255 }, "peer_auth_user", { data_type => "varchar", is_nullable => 1, size => 255 }, "peer_auth_realm",