Skip to content

MauricioFalck/cdr_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CDR Generator

Generates dummy CDR files using random information.

How to use

  • Download the repo
  • python3 main.py

To change the number of records and other parameters, you can update the main.py file

Output format

  • a_number: INTEGER
  • a_country_code: INTEGER
  • a_area_code: INTEGER
  • b_number: INTEGER
  • b_country_code: INTEGER
  • b_area_code: INTEGER
  • start_date: INTEGER (in seconds)
  • end_date: INTEGER (in seconds)
  • duration: INTEGER (in seconds)
  • call_type: STRING
  • call_result: STRING

About

Generates dummy CDR files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages