You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
I'm not sure about what data I've generated with "run.sh"
Checking CDR.scala, looks like the fields of the CDR are:
/** Represent a CDR
* @param fromUser User who call/SMS
* @param toUser User who recieve the call/SMS
* @param fromCell The cell from which fromUser call/SMS
* @param toCell The cell from which toUser call/SMS
* @param date The date of the call/SMS
* @param duration Duration of the call/SMS
* @param cdrType Call/SMS
* @param fromTerminationStatus How the call/SMS terminated (from)
* @param toTerminationStatus How the call/SMS terminated (to)
* @param fromValue Cost of the caller
* @param toValue Cost of the reciever
* @param transitType OnNet/OffNet call/SMS
* @param fromTac Device TAC of the caller
* @param toTac Device TAC of the receiver
Hi @daniziz , please I need also to generate the CDR but I don't understand how I can use the code presented by @FHachez , Can u please tell me the steps that U followed to generate the CDR
Thank You
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @FHachez
Really nice work!l
I'm not sure about what data I've generated with "run.sh"
Checking CDR.scala, looks like the fields of the CDR are:
But If I check my lines, i get:
Which I think they are the same fields but in other order.
¿Where can I find the headers of the data? ¿Can you identify every field in my lines?
Besides, I have a problem with the format of the date:
%2019%37%29%1%53
I cannot figure the format of that string...
--
regards!
Daniel.
The text was updated successfully, but these errors were encountered: