Initial proposal CUPS using PFCP

This commit is contained in:
Sukchan Lee 2020-04-26 15:36:05 -04:00
parent 37a69e6332
commit ae75f43a88
206 changed files with 21116 additions and 3406 deletions

View file

@ -175,7 +175,6 @@ void ogs_timer_mgr_expire(ogs_timer_mgr_t *manager)
current = ogs_get_monotonic_time();
ogs_list_init(&list);
ogs_rbtree_for_each(&manager->tree, rbnode) {
this = ogs_rb_entry(rbnode, ogs_timer_t, rbnode);