osmocom-bb.git
13 years agoussd: Work with uint16_t for the length
Holger Hans Peter Freyther [Mon, 11 Oct 2010 07:06:47 +0000 (09:06 +0200)]
ussd: Work with uint16_t for the length

Work with uint16_t for the length all the way.

13 years agoussd: Verify that parsing is stil working and print the decoded text.
Holger Hans Peter Freyther [Mon, 11 Oct 2010 06:49:27 +0000 (08:49 +0200)]
ussd: Verify that parsing is stil working and print the decoded text.

13 years agoussd: Add next test that show that we access the data out of bounds
Holger Hans Peter Freyther [Mon, 11 Oct 2010 06:21:00 +0000 (08:21 +0200)]
ussd: Add next test that show that we access the data out of bounds

This test is showing that the internal ASN1 code is not checking
the size properly.

13 years agoussd: Check the structure of the IE.
Holger Hans Peter Freyther [Mon, 11 Oct 2010 06:08:58 +0000 (08:08 +0200)]
ussd: Check the structure of the IE.

This is fixing the current crashes. Next we will need to
manipulate the content...

13 years agoussd: Add a test case, switch parsing to use a gsm48_hdr and len
Holger Hans Peter Freyther [Mon, 11 Oct 2010 05:56:06 +0000 (07:56 +0200)]
ussd: Add a test case, switch parsing to use a gsm48_hdr and len

The current USSD code is not doing any size checks, add a test
case to find out how easily we access the data out of bounds.
Begin to use the length in some places.

13 years agogsm0480: Move the USSD parsing code to libosmocore
Holger Hans Peter Freyther [Fri, 8 Oct 2010 17:47:15 +0000 (01:47 +0800)]
gsm0480: Move the USSD parsing code to libosmocore

- Change u_int8 to uint8
- Change DEBUGP to LOGP
- Change fprintf(stderr, to LOGP(0, LOGL_DEBUG
- We should define log areas used inside libosmocore

13 years agomsgfile: Add a file parser for a simple file format
Holger Hans Peter Freyther [Wed, 6 Oct 2010 16:00:15 +0000 (00:00 +0800)]
msgfile: Add a file parser for a simple file format

This file format will be used to store per country code,
per network code messages. This will be used for various
things ranging from access control, to messages...

13 years agogsm0480: Add USSD format functions to libosmocore
Holger Hans Peter Freyther [Thu, 30 Sep 2010 10:30:41 +0000 (18:30 +0800)]
gsm0480: Add USSD format functions to libosmocore

These routines come from OpenBSC, the msgb_wrap_* functions
belong to Mike Haben, the rest is mine. The msgb allocation
is compatible to the GSM48 allocation in OpenBSC.

13 years agogsm48: Fix gsm48_encode_called - Set no extension bit
Sylvain Munaut [Mon, 20 Sep 2010 18:59:23 +0000 (20:59 +0200)]
gsm48: Fix gsm48_encode_called - Set no extension bit

The highest bit must be set as "No extension byte" marker,
so that the next byte is considered to be the BCD number
and not some more control stuff

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agogsm0808: Fix the TLV definition of CIC and Service Handover
Holger Hans Peter Freyther [Sun, 19 Sep 2010 17:23:15 +0000 (01:23 +0800)]
gsm0808: Fix the TLV definition of CIC and Service Handover

The nat code stumbled over the CIC bug as it was detecting
timeslot 0x1 as a new CIC and we were patching the data outside
the actual packet... The TLV parser needs some better size
checking too.

13 years agoMake sure we don't user std{err,in,out} if they don't exist.
Sylvain Munaut [Fri, 17 Sep 2010 12:38:17 +0000 (14:38 +0200)]
Make sure we don't user std{err,in,out} if they don't exist.

This is required for target build in libosmocore

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agoprotocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmd
Sylvain Munaut [Fri, 17 Sep 2010 11:55:45 +0000 (13:55 +0200)]
protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmd

Thanks to Dieter for pointing this out.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agovty: Add functions to access index and node
Holger Hans Peter Freyther [Mon, 13 Sep 2010 18:24:03 +0000 (02:24 +0800)]
vty: Add functions to access index and node

It is easier to call these two functions from bindings than
wrapping the vty structure and figuring out the alignment of
the enum on all different ABIs.

13 years agovty: Use the copyright string from the app_info.
Holger Hans Peter Freyther [Sat, 11 Sep 2010 05:41:41 +0000 (13:41 +0800)]
vty: Use the copyright string from the app_info.

13 years agovty: Link osmovty to osmocore as it is using the symbols
Holger Hans Peter Freyther [Fri, 10 Sep 2010 19:58:37 +0000 (03:58 +0800)]
vty: Link osmovty to osmocore as it is using the symbols

Use SUBDIRS to build src first and the src/vty. We will need
to find the right way add the dependencies.

13 years agovty: Everything <= CONFIG_NODE is not a child of config
Holger Hans Peter Freyther [Sat, 4 Sep 2010 03:19:39 +0000 (11:19 +0800)]
vty: Everything <= CONFIG_NODE is not a child of config

The method should be renamed to is child of config node
as it was comparing if vty->node > CONFIG_NODE. This is
fixing an assert in go_to_parent as we tried to find a
parent for the CONFIG_NODE.

13 years agoAdd handover and frequency redefiniton message headers
Andreas Eversberg [Wed, 1 Sep 2010 21:37:07 +0000 (23:37 +0200)]
Add handover and frequency redefiniton message headers

This simply add some TS 04.08 related structures for frequency
redefinition and handover.

13 years agoplugin: Blind build fix for OSX...
Holger Hans Peter Freyther [Tue, 31 Aug 2010 09:14:04 +0000 (17:14 +0800)]
plugin: Blind build fix for OSX...

According to a internet search PATH_MAX is in limits.h on OSX.

13 years agovty: Make the talloc ctx extern void* to avoid duplicate symbols
Holger Hans Peter Freyther [Tue, 31 Aug 2010 09:09:44 +0000 (17:09 +0800)]
vty: Make the talloc ctx extern void* to avoid duplicate symbols

13 years agovty: Handle nodes part of the lib in the lib, for the rest call the callback
Holger Hans Peter Freyther [Thu, 26 Aug 2010 06:37:10 +0000 (14:37 +0800)]
vty: Handle nodes part of the lib in the lib, for the rest call the callback

13 years agovty: Add a new callback to let code decide if it is a config node or not
Holger Hans Peter Freyther [Wed, 25 Aug 2010 09:34:56 +0000 (17:34 +0800)]
vty: Add a new callback to let code decide if it is a config node or not

13 years agovty: Move the assumption of the config nodes into a function
Holger Hans Peter Freyther [Wed, 25 Aug 2010 05:23:53 +0000 (13:23 +0800)]
vty: Move the assumption of the config nodes into a function

Move the assumption that something is a child of the CONFIG_NODE
into a new function. The next step will be to use something else
for that.

13 years agoadd header file for osmo_daemonize()
Harald Welte [Wed, 25 Aug 2010 17:25:37 +0000 (19:25 +0200)]
add header file for osmo_daemonize()

13 years agoAdd helper function 'osmo_daemonize()' to convert process into daemon
Harald Welte [Wed, 25 Aug 2010 17:24:26 +0000 (19:24 +0200)]
Add helper function 'osmo_daemonize()' to convert process into daemon

13 years agologging: add missing include file changes for last commit (logfile)
Harald Welte [Wed, 25 Aug 2010 17:24:00 +0000 (19:24 +0200)]
logging: add missing include file changes for last commit (logfile)

13 years agologging: add log target logging into text file and log target destroy function
Harald Welte [Wed, 25 Aug 2010 17:10:50 +0000 (19:10 +0200)]
logging: add log target logging into text file and log target destroy function

13 years agologging: rename tgt_stdout to tgt_file
Harald Welte [Wed, 25 Aug 2010 12:55:44 +0000 (14:55 +0200)]
logging: rename tgt_stdout to tgt_file

13 years agoadd debian packaging related information
Harald Welte [Tue, 24 Aug 2010 13:17:13 +0000 (15:17 +0200)]
add debian packaging related information

Using the debian directory in this commit, it is possible to generate
libosmocore and libosmocore-dev packages (dpkgs).

13 years agobsc_fd: Add a build option to be able to debug fd list corruption
Holger Hans Peter Freyther [Thu, 5 Aug 2010 22:48:43 +0000 (06:48 +0800)]
bsc_fd: Add a build option to be able to debug fd list corruption

bsc_register_fd on an already registered fd can corrupt the list
in a heavy way and make the select end in an infinite loop, this
code will workaround the issue and provide a way to set a breakpoint
at the right position in the code.

13 years agogsm0808: Add some more TLV definitions coming from the cellmgr_ng
Holger Hans Peter Freyther [Wed, 4 Aug 2010 10:50:43 +0000 (18:50 +0800)]
gsm0808: Add some more TLV definitions coming from the cellmgr_ng

13 years agoImport gsm48_decode_freq_list() from osmocom-bb/layer23
Harald Welte [Wed, 4 Aug 2010 09:46:44 +0000 (11:46 +0200)]
Import gsm48_decode_freq_list() from osmocom-bb/layer23

This will enable us to use this function from OpenBSC / ipaccess-config

13 years agovty: Forward delcare the logging command.
Holger Hans Peter Freyther [Tue, 3 Aug 2010 22:27:08 +0000 (06:27 +0800)]
vty: Forward delcare the logging command.

13 years agologging: Make sure we don't use "end of color" code if colors are turned off
Harald Welte [Fri, 30 Jul 2010 19:01:54 +0000 (21:01 +0200)]
logging: Make sure we don't use "end of color" code if colors are turned off

13 years agoadd new hexdump_nospc() function
Harald Welte [Fri, 30 Jul 2010 09:43:30 +0000 (11:43 +0200)]
add new hexdump_nospc() function

13 years agomove hexdump() from logging.c to utils.c
Harald Welte [Fri, 30 Jul 2010 09:40:32 +0000 (11:40 +0200)]
move hexdump() from logging.c to utils.c

13 years agoImport 'hexparse' function from OpenBSC
Harald Welte [Fri, 30 Jul 2010 08:37:29 +0000 (10:37 +0200)]
Import 'hexparse' function from OpenBSC

13 years agocore/msgb: Use the new osmo_panic call to handle errors
Sylvain Munaut [Sun, 25 Jul 2010 16:09:28 +0000 (18:09 +0200)]
core/msgb: Use the new osmo_panic call to handle errors

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agocore: Add some generic panic handling
Sylvain Munaut [Sun, 25 Jul 2010 16:08:54 +0000 (18:08 +0200)]
core: Add some generic panic handling

This also includes an option for a minimal 'infinite loop' type
panic that could be required for embedded target that don't have
abort() or fprintf()

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agobuild: Use AS_HELP_STRING macro to format the ./configure --help better
Sylvain Munaut [Sun, 25 Jul 2010 14:16:42 +0000 (16:16 +0200)]
build: Use AS_HELP_STRING macro to format the ./configure --help better

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agoosmocore: Add utility function rsl_chan_nr_str to RSL
Sylvain Munaut [Sun, 25 Jul 2010 10:25:17 +0000 (12:25 +0200)]
osmocore: Add utility function rsl_chan_nr_str to RSL

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agomsgb: Avoid warnings that the string might contain %s or such..
Holger Hans Peter Freyther [Fri, 23 Jul 2010 11:22:23 +0000 (19:22 +0800)]
msgb: Avoid warnings that the string might contain %s or such..

13 years agogsm0808: Why should there be a lchan in the parameter...
Holger Hans Peter Freyther [Fri, 23 Jul 2010 10:35:59 +0000 (18:35 +0800)]
gsm0808: Why should there be a lchan in the parameter...

13 years agogsm0808: Import unaligned mem access fix from on-waves/bsc-master
Holger Hans Peter Freyther [Fri, 23 Jul 2010 10:20:02 +0000 (18:20 +0800)]
gsm0808: Import unaligned mem access fix from on-waves/bsc-master

13 years agogsm_utils: Move the gsm_7bit_alphabet into the impl and make it static
Holger Hans Peter Freyther [Fri, 23 Jul 2010 08:35:00 +0000 (16:35 +0800)]
gsm_utils: Move the gsm_7bit_alphabet into the impl and make it static

13 years agomsgb: Check for available headroom/tailroom and abort() if we violate it
Harald Welte [Thu, 22 Jul 2010 19:55:24 +0000 (21:55 +0200)]
msgb: Check for available headroom/tailroom and abort() if we violate it

13 years agogsm_04_12.h: Add beginning of structs for SMS CB
Holger Hans Peter Freyther [Tue, 20 Jul 2010 21:02:33 +0000 (05:02 +0800)]
gsm_04_12.h: Add beginning of structs for SMS CB

I am trying to understand the RSL and GSM 04.12
spec to implement CBS for OpenBSC...

13 years agogsm_7bit_decode: rtext does not hold a null byte, reduce the size
Holger Hans Peter Freyther [Tue, 20 Jul 2010 19:14:01 +0000 (03:14 +0800)]
gsm_7bit_decode: rtext does not hold a null byte, reduce the size

I have added the + 1 as I thought rtext will hold a terminating
null byte but it will not.

13 years agotests: don't hardcode length values of expected encoding gsm_7bit_encode:
Nico Golde [Tue, 20 Jul 2010 13:43:58 +0000 (15:43 +0200)]
tests: don't hardcode length values of expected encoding gsm_7bit_encode:

make sure to return the number of actually written bytes gsm_7bit_decode:
calculate length of resulting septets from input length before decoding

The input length to gsm_7bit_decode reflects the number of encoded bytes
to be decoded. As the decoding is done on the input in septetes we need
to take this into account and recalculate the length.

13 years agogsm_7bit_decode: Handle the case of the last charachter being an escape
Holger Hans Peter Freyther [Mon, 19 Jul 2010 18:54:54 +0000 (02:54 +0800)]
gsm_7bit_decode: Handle the case of the last charachter being an escape

If i + 1 == length and it is an escape charachter we would try
to read rtext[length] which is one after the field we have allocated.

13 years agotests: Separate encoding/decoding test to verify them independly
Holger Hans Peter Freyther [Mon, 19 Jul 2010 18:46:56 +0000 (02:46 +0800)]
tests: Separate encoding/decoding test to verify them independly

Use the current test result as test data for future
regression testing. The encode function appears to
add too many zeros to the text.

13 years ago* rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous...
Nico Golde [Fri, 9 Jul 2010 15:19:12 +0000 (17:19 +0200)]
* rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous code produced wrong encodings for certain characters.

13 years agoAdded crc16 from linux kernel.
Ingo Albrecht [Thu, 15 Jul 2010 20:43:52 +0000 (22:43 +0200)]
Added crc16 from linux kernel.

13 years ago[VTY] add support for numeric ranges with negative numbers
Andreas Eversberg [Tue, 13 Jul 2010 11:50:39 +0000 (13:50 +0200)]
[VTY] add support for numeric ranges with negative numbers

This enables us to do something like <-128-127> as a numeric range.

13 years ago[RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()
Harald Welte [Tue, 13 Jul 2010 11:48:13 +0000 (13:48 +0200)]
[RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()

This allows us to generate RSLms messages that have some non-standard
IEs between the RSL/RLL common header and the L3 INFO IE.

13 years agoAdd 3-digit MNC support to gsm48_generate_lai()
Andreas Eversberg [Mon, 12 Jul 2010 07:12:46 +0000 (09:12 +0200)]
Add 3-digit MNC support to gsm48_generate_lai()

13 years agoAdded new IE definitions to gsm_04_08.h of libosmocore.
Andreas Eversberg [Mon, 12 Jul 2010 07:11:00 +0000 (09:11 +0200)]
Added new IE definitions to gsm_04_08.h of libosmocore.

Also added RR and MM TLV tables to gsm48.c

[import from accidential commit to osmocom-bb.git]

13 years agoAdded single octet TV (type + value) to libosmocore.
Andreas Eversberg [Mon, 12 Jul 2010 06:55:14 +0000 (08:55 +0200)]
Added single octet TV (type + value) to libosmocore.

In case of a single octet, the upper nibble is the type, the lower nibble
carries the value.

[import from accidentially committed changes to osmocom-bb.git]
diff --git a/src/shared/libosmocore/include/osmocore/tlv.h b/src/shared/libosmocore/include/osmocore/tlv.h
index c733dbc..4cfce87 100644
--- a/src/shared/libosmocore/include/osmocore/tlv.h
+++ b/src/shared/libosmocore/include/osmocore/tlv.h
@@ -212,6 +212,7 @@ enum tlv_type {
  TLV_TYPE_TLV,
  TLV_TYPE_TL16V,
  TLV_TYPE_TvLV,
+ TLV_TYPE_SINGLE_TV
 };

 struct tlv_def {
diff --git a/src/shared/libosmocore/src/tlv_parser.c b/src/shared/libosmocore/src/tlv_parser.c
index 407e57a..bbef7a9 100644
--- a/src/shared/libosmocore/src/tlv_parser.c
+++ b/src/shared/libosmocore/src/tlv_parser.c
@@ -36,6 +36,14 @@ int tlv_parse_one(uint8_t *o_tag, uint16_t *o_len, const uint8_t **o_val,
  tag = *buf;
  *o_tag = tag;

+ /* single octet TV IE */
+ if (def->def[tag & 0xf0].type == TLV_TYPE_SINGLE_TV) {
+ *o_tag = tag & 0xf0;
+ *o_val = buf;
+ *o_len = 1;
+ return 1;
+ }
+
  /* FIXME: use tables for knwon IEI */
  switch (def->def[tag].type) {
  case TLV_TYPE_T:

13 years agogsm_utils: Fix typo in gsm band name
Sylvain Munaut [Sun, 4 Jul 2010 09:41:36 +0000 (11:41 +0200)]
gsm_utils: Fix typo in gsm band name

thanks to horizon for noticing :p

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agoGPRS: Add 'input' generator functions for GPRS cipher algorithm
Harald Welte [Wed, 30 Jun 2010 17:50:14 +0000 (19:50 +0200)]
GPRS: Add 'input' generator functions for GPRS cipher algorithm

13 years agoAdd support for plugins (and specifically GPRS encryption plugins)
Harald Welte [Wed, 30 Jun 2010 17:43:11 +0000 (19:43 +0200)]
Add support for plugins (and specifically GPRS encryption plugins)

13 years ago[gsmtap] add new gsmtap_makemsg() function
Harald Welte [Tue, 29 Jun 2010 20:31:21 +0000 (22:31 +0200)]
[gsmtap] add new gsmtap_makemsg() function

This generates a gsmtap message without actually enqueueing to a
bsc_select style queue.

13 years agoAdd gsmtap utility functions to libosmocore
Harald Welte [Tue, 29 Jun 2010 18:51:13 +0000 (20:51 +0200)]
Add gsmtap utility functions to libosmocore

This is imported from OsmocomBB/Layer23

13 years agoFix typo in configure script regarding --disable-vty
Harald Welte [Fri, 25 Jun 2010 01:00:58 +0000 (03:00 +0200)]
Fix typo in configure script regarding --disable-vty

13 years ago[RSL] Added special RSL message types for mobile side
Andreas Eversberg [Fri, 25 Jun 2010 00:50:56 +0000 (02:50 +0200)]
[RSL] Added special RSL message types for mobile side

    - suspension DL
    - resume DL
    - re-establish DL

13 years ago[gsm48] fix typo in struct gsm48_req_ref
Andreas Eversberg [Fri, 25 Jun 2010 00:50:06 +0000 (02:50 +0200)]
[gsm48] fix typo in struct gsm48_req_ref

13 years ago[GSM 04.08] add more RR IEIs
Harald Welte [Tue, 15 Jun 2010 07:32:14 +0000 (09:32 +0200)]
[GSM 04.08] add more RR IEIs

13 years agogsm48: Add authentication response message
Sylvain Munaut [Thu, 10 Jun 2010 11:30:50 +0000 (13:30 +0200)]
gsm48: Add authentication response message

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agogsm_utils: Add a fn to test A5(x) support given a classmark2
Sylvain Munaut [Wed, 9 Jun 2010 11:38:56 +0000 (13:38 +0200)]
gsm_utils: Add a fn to test A5(x) support given a classmark2

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
13 years agovty: Mark app info strings as const char*.
Holger Hans Peter Freyther [Tue, 8 Jun 2010 08:12:58 +0000 (16:12 +0800)]
vty: Mark app info strings as const char*.

13 years agoMerge remote branch 'origin/master'
Harald Welte [Tue, 1 Jun 2010 19:21:20 +0000 (21:21 +0200)]
Merge remote branch 'origin/master'

13 years agoadd new new gprs_tmsi2tlli() function
Harald Welte [Tue, 1 Jun 2010 08:47:07 +0000 (10:47 +0200)]
add new new gprs_tmsi2tlli() function

13 years ago[VTY] Remove all application specific VTY node definitions from enum
Harald Welte [Mon, 31 May 2010 14:01:59 +0000 (16:01 +0200)]
[VTY] Remove all application specific VTY node definitions from enum

13 years agoadd configure option '--disable-vty' to prevent building libosmovty
Harald Welte [Sat, 29 May 2010 09:49:51 +0000 (11:49 +0200)]
add configure option '--disable-vty' to prevent building libosmovty

14 years ago[VTY] Introduce "struct vty_app_info" for vty_init() function
Harald Welte [Tue, 25 May 2010 21:00:45 +0000 (23:00 +0200)]
[VTY] Introduce "struct vty_app_info" for vty_init() function

14 years agorename log_info to osmo_log_info to avoid namespace clash with app
Harald Welte [Wed, 19 May 2010 17:54:00 +0000 (19:54 +0200)]
rename log_info to osmo_log_info to avoid namespace clash with app

14 years agofix typo resultin in dist/distcheck problem
Harald Welte [Wed, 19 May 2010 17:44:57 +0000 (19:44 +0200)]
fix typo resultin in dist/distcheck problem

14 years agoAdd pkgconfig for libosmovty
Harald Welte [Wed, 19 May 2010 17:42:32 +0000 (19:42 +0200)]
Add pkgconfig for libosmovty

14 years agomake sure we actually install the vty headers
Harald Welte [Wed, 19 May 2010 17:25:40 +0000 (19:25 +0200)]
make sure we actually install the vty headers

14 years agoCreate libosmovty as library from OpenBSC VTY functions
Harald Welte [Wed, 19 May 2010 17:02:52 +0000 (19:02 +0200)]
Create libosmovty as library from OpenBSC VTY functions

14 years agorate_ctr: Make the struct rate_ctr_group_desc members const
Holger Hans Peter Freyther [Sun, 23 May 2010 13:14:32 +0000 (21:14 +0800)]
rate_ctr: Make the struct rate_ctr_group_desc members const

14 years agoAdded some "get"-functions to bitvec of libosmocore.
Andreas.Eversberg [Sun, 9 May 2010 09:36:54 +0000 (09:36 +0000)]
Added some "get"-functions to bitvec of libosmocore.

- Getting Low or High value from current postion
- Getting unsigned interger from current postion

14 years agogsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg.
Holger Hans Peter Freyther [Sun, 16 May 2010 00:15:40 +0000 (08:15 +0800)]
gsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg.

14 years agogsm48: Add paging response header
Holger Hans Peter Freyther [Sat, 15 May 2010 14:35:25 +0000 (22:35 +0800)]
gsm48: Add paging response header

14 years agogsm0808: Add TLV entries for types used by the Compl Layer3 Information
Holger Hans Peter Freyther [Thu, 13 May 2010 23:25:01 +0000 (07:25 +0800)]
gsm0808: Add TLV entries for types used by the Compl Layer3 Information

14 years ago[rate_ctr] always 'overflow' in next larger inetrval when interval ends
Harald Welte [Thu, 13 May 2010 11:28:12 +0000 (13:28 +0200)]
[rate_ctr] always 'overflow' in next larger inetrval when interval ends

If a second ends, we add the number of events in that just-ended second
to the number of events in the currently running minute.  The same happens
at the end of a minute: We add the number of events in that just-ended
minute into the number of events of the still-running hour, etc.

This gives a much more meaningful numbers and we don't end up with
"12 events per second, but 0 events per minute" kind of situations
anymore.

14 years ago[rate_ctr] Rename group_prefix_fmt to group_name_prefix
Harald Welte [Thu, 13 May 2010 10:53:35 +0000 (12:53 +0200)]
[rate_ctr] Rename group_prefix_fmt to group_name_prefix

14 years agorate_counters: Remove group-name-sprintf-with-idx string
Harald Welte [Thu, 13 May 2010 10:50:44 +0000 (12:50 +0200)]
rate_counters: Remove group-name-sprintf-with-idx string

14 years agorate_ctr: Store the numeric index as part of 'rate_ctr_group'
Harald Welte [Thu, 13 May 2010 10:16:17 +0000 (12:16 +0200)]
rate_ctr: Store the numeric index as part of 'rate_ctr_group'

14 years agoAdd new 'rate counter' implementation to libosmocore
Harald Welte [Thu, 13 May 2010 09:35:30 +0000 (11:35 +0200)]
Add new 'rate counter' implementation to libosmocore

A 'rate counter' is a counter that counts events but also keeps
track of the rate of events (per second, minute, hour and day).

'rate counters' are generally abstracted in 'rate counter groups',
which are instances of a 'rate counter group description'.  This
way we can have e.g. a description describing what kind of counters
a BTS (or TRX) has - and we can then create one instance of that
group for every BTS or TRX that exists.

14 years agologging: add log_vty_{level,category}_string()
Harald Welte [Tue, 11 May 2010 14:39:22 +0000 (16:39 +0200)]
logging: add log_vty_{level,category}_string()

14 years agologging: introuduce log_level_str() to obtain the name of a log level
Harald Welte [Tue, 11 May 2010 09:19:40 +0000 (11:19 +0200)]
logging: introuduce log_level_str() to obtain the name of a log level

14 years agomsgb: initialize cb[] to zero during msgb_reset()
Harald Welte [Sat, 1 May 2010 21:53:26 +0000 (23:53 +0200)]
msgb: initialize cb[] to zero during msgb_reset()

14 years agoImport gsm48_construct_ra() from openbsc
Harald Welte [Sat, 1 May 2010 12:25:22 +0000 (14:25 +0200)]
Import gsm48_construct_ra() from openbsc

14 years agogsm48.h: Prevent accidental re-inclusion of same header file
Harald Welte [Sat, 1 May 2010 10:06:48 +0000 (12:06 +0200)]
gsm48.h: Prevent accidental re-inclusion of same header file

14 years agoimport gsm48_parse_ra() and gprs_tlli_type() from openbsc
Harald Welte [Sat, 1 May 2010 09:59:42 +0000 (11:59 +0200)]
import gsm48_parse_ra() and gprs_tlli_type() from openbsc

14 years agoAdd missing file.
Holger Hans Peter Freyther [Sat, 1 May 2010 07:09:48 +0000 (15:09 +0800)]
Add missing file.

14 years agomsgb: introduce msgb->cb (the control buffer)
Harald Welte [Fri, 30 Apr 2010 12:29:11 +0000 (14:29 +0200)]
msgb: introduce msgb->cb (the control buffer)

14 years agomsgb: remove smsh, llch, tlli and gmmh
Harald Welte [Fri, 30 Apr 2010 12:26:12 +0000 (14:26 +0200)]
msgb: remove smsh, llch, tlli and gmmh

This is a lot of GSM/GPRS specific stuff in struct msgb which we want
to avoid.  The 'control buffer' will replace them.

14 years agoremove the unneeded bts_link pointer from msgb
Harald Welte [Fri, 30 Apr 2010 12:19:48 +0000 (14:19 +0200)]
remove the unneeded bts_link pointer from msgb

14 years agoUpdate .gitignore
Sylvain Munaut [Wed, 28 Apr 2010 08:10:47 +0000 (10:10 +0200)]
Update .gitignore

m4/*.m4 -> autoreconf adds stuff there
tests   -> Build product

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>