Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() | Andreas Eversberg | 2012-07-21 | 1 | -1/+1 |
| | | | | | | This is a 24bit integer value, and thus we need to encode the three least significant octets of the network-byte-order 32bit value, not the three most significant octets. | ||||
* | freebsd: Make libgb compile on FreeBSD | Holger Hans Peter Freyther | 2012-07-12 | 2 | -0/+38 |
| | | | | | Include header files for recfrom/AF_INET and include a struct ip_hdr as it is not available on *BSD. | ||||
* | bssgp: check for IMSI being a null pointer, not just an empty string. | Harald Welte | 2012-07-04 | 1 | -1/+1 |
| | |||||
* | build: use LT_INIT(pic-only) instead of forcing -fPIC. | Diego Elio Pettenò | 2012-06-30 | 1 | -1/+1 |
| | | | | | | | | This actually allows for the user to override the decision and at the same time supports compilers that might not be able to use -fPIC at all. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | add missing Makefile.am for libosmo-gb | Harald Welte | 2012-06-19 | 1 | -0/+21 |
| | |||||
* | libosmogb: export btsctx_* functions | Harald Welte | 2012-06-18 | 1 | -0/+4 |
| | | | | Those should be private, but osmo-pcu currently needs them... | ||||
* | libosmogb: export missing symbols | Harald Welte | 2012-06-17 | 1 | -0/+2 |
| | |||||
* | libosmogb: move files to proper location and fix build | Harald Welte | 2012-06-17 | 10 | -0/+3805 |