osmocom-bb.git
14 years agoupdate GSMTAP to version 0x02
Harald Welte [Thu, 4 Mar 2010 14:02:54 +0000 (15:02 +0100)]
update GSMTAP to version 0x02

14 years agofix CCCH parsing
Harald Welte [Thu, 4 Mar 2010 13:30:15 +0000 (14:30 +0100)]
fix CCCH parsing

14 years agoadd new rsl_dec_chan_nr() function
Harald Welte [Thu, 4 Mar 2010 13:27:48 +0000 (14:27 +0100)]
add new rsl_dec_chan_nr() function

14 years agoimport gsm48 utility functions from OpenBSC
Harald Welte [Thu, 4 Mar 2010 09:53:03 +0000 (10:53 +0100)]
import gsm48 utility functions from OpenBSC

* gsm48_generate_lai() gsm48_generate_mid_from_tmsi() gsm48_generate_mid_from_imsi()
* gsm48_cc_msg_names[]

14 years agoimport bcd2char() and char2bcd() from OpenBSC
Harald Welte [Thu, 4 Mar 2010 09:50:32 +0000 (10:50 +0100)]
import bcd2char() and char2bcd() from OpenBSC

14 years agoimport gsm_band_name() and gsm_band_parse() from OpenBSC
Harald Welte [Thu, 4 Mar 2010 09:39:17 +0000 (10:39 +0100)]
import gsm_band_name() and gsm_band_parse() from OpenBSC

14 years agoadd 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3()
Harald Welte [Thu, 4 Mar 2010 09:32:09 +0000 (10:32 +0100)]
add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3()

this is required to make those functions useful for OpenBSC, nut just
OsmocomBB

14 years agofix rsl_enc_chan_nr() for SDCCH4
Harald Welte [Thu, 4 Mar 2010 09:12:50 +0000 (10:12 +0100)]
fix rsl_enc_chan_nr() for SDCCH4

14 years agoimport some GSM 04.08 utility code from OpenBSC
Harald Welte [Tue, 2 Mar 2010 22:17:33 +0000 (23:17 +0100)]
import some GSM 04.08 utility code from OpenBSC

14 years agoadd two new RSL utility functions
Harald Welte [Tue, 2 Mar 2010 20:59:20 +0000 (21:59 +0100)]
add two new RSL utility functions

14 years agoadd msgb_l1() and msgb_l1len() inline functions
Harald Welte [Mon, 1 Mar 2010 21:30:51 +0000 (22:30 +0100)]
add msgb_l1() and msgb_l1len() inline functions

14 years agoImport value_string utilities and some RSL stuff from OpenBSC
Harald Welte [Mon, 1 Mar 2010 20:58:31 +0000 (21:58 +0100)]
Import value_string utilities and some RSL stuff from OpenBSC

14 years agomsgb: add msgb->l1h member
Harald Welte [Mon, 1 Mar 2010 11:55:15 +0000 (12:55 +0100)]
msgb: add msgb->l1h member

14 years ago[write_queue] Add a generic write queue class
Holger Hans Peter Freyther [Fri, 26 Feb 2010 19:30:32 +0000 (20:30 +0100)]
[write_queue] Add a generic write queue class

The write queue can be a dropin replacement for the bsc_fd. It
is featuring two callbacks. One for ready read and one for ready
write. Whenever there is a message in the queue the write_queue
will set the BSC_FD_WRITE flag and then call the write callback.

It will make sure to delete the msgb after the write function
has been called. This class is intended to be be used in the
osmocom, layer2, bsc_msc_ip, bsc_hack and other applications.

14 years ago[timer] Fix compile warning of the timer test
Holger Hans Peter Freyther [Fri, 26 Feb 2010 19:03:13 +0000 (20:03 +0100)]
[timer] Fix compile warning of the timer test

14 years agomsgb.c: Style cleanup in initialization
Sylvain Munaut [Wed, 24 Feb 2010 21:57:46 +0000 (22:57 +0100)]
msgb.c: Style cleanup in initialization

Don't assign the same var twice & init all from the same source.

14 years agofix msgb_talroom() calculation
Harald Welte [Wed, 24 Feb 2010 21:54:11 +0000 (22:54 +0100)]
fix msgb_talroom() calculation

14 years agoMerge remote branch 'origin/master'
Harald Welte [Wed, 24 Feb 2010 21:52:58 +0000 (22:52 +0100)]
Merge remote branch 'origin/master'

14 years agoadd msgb and tlv support bits required for openbsc gprs branch
Harald Welte [Sun, 21 Feb 2010 18:03:41 +0000 (19:03 +0100)]
add msgb and tlv support bits required for openbsc gprs branch

14 years agoadd GPL to project source
Harald Welte [Sun, 21 Feb 2010 08:21:30 +0000 (09:21 +0100)]
add GPL to project source

14 years agofix select.c build (config.h)
Harald Welte [Sat, 20 Feb 2010 21:23:08 +0000 (22:23 +0100)]
fix select.c build (config.h)

14 years agofix config.h directory
Harald Welte [Sat, 20 Feb 2010 21:06:24 +0000 (22:06 +0100)]
fix config.h directory

14 years agoadd missing automake / autoconf files
Harald Welte [Sat, 20 Feb 2010 20:09:24 +0000 (21:09 +0100)]
add missing automake / autoconf files

14 years agoupdate gitignore file
Harald Welte [Sat, 20 Feb 2010 20:07:42 +0000 (21:07 +0100)]
update gitignore file

14 years agoadd missing Makefile.am in include/osmocore/protocol directory
Harald Welte [Sat, 20 Feb 2010 19:37:26 +0000 (20:37 +0100)]
add missing Makefile.am in include/osmocore/protocol directory

14 years agointial checkin of the libosmocore project
Harald Welte [Sat, 20 Feb 2010 19:34:29 +0000 (20:34 +0100)]
intial checkin of the libosmocore project