mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
231 B
C
16 lines
231 B
C
11 years ago
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <strings.h>
|
||
|
#include <unistd.h>
|
||
|
#include <math.h>
|
||
|
#include <time.h>
|
||
|
|
||
|
#include "liblte/phy/prach/prach.h"
|
||
|
|
||
|
typedef _Complex float cf_t;
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
|
||
|
exit(0);
|
||
|
}
|