summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/misc.h
blob: db552e775fa9c183b6f52e0243d2a4aca89f2da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <osmocom/vty/vty.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/core/utils.h>

#define VTY_DO_LOWER		1
char *vty_cmd_string_from_valstr(void *ctx, const struct value_string *vals,
				 const char *prefix, const char *sep,
				 const char *end, int do_lower);

void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
                            struct rate_ctr_group *ctrg);

int osmo_vty_write_config_file(const char *filename);
int osmo_vty_save_config_file(void);