mirror of https://github.com/pvnis/srsRAN_4G.git
Introducing epc interfaces for hss and srsepc namespace
parent
53f05354e6
commit
3ead643c64
@ -0,0 +1,17 @@
|
||||
#ifndef EPC_INTERFACE_H
|
||||
#define EPC_INTERFACE_H
|
||||
|
||||
#include "srslte/srslte.h"
|
||||
|
||||
#include "srslte/common/common.h"
|
||||
|
||||
namespace srsepc {
|
||||
|
||||
class hss_interface_s1ap
|
||||
{
|
||||
public:
|
||||
virtual bool gen_auth_info_answer(uint64_t imsi, uint8_t *k_asme, uint8_t *autn, uint8_t *rand, uint8_t *xres) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
#endif // ENB_METRICS_INTERFACE_H
|
Loading…
Reference in New Issue