blob: cf4ac4ebee194552279575e1acdebd7bda2f19f6 [file] [log] [blame]
Max6dc90b82018-02-19 17:17:28 +01001/* pdch.h
2 *
3 * Copyright (C) 2012 Ivan Klyuchnikov
4 * Copyright (C) 2013 by Holger Hans Peter Freyther
5 * Copyright (C) 2018 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Max6dc90b82018-02-19 17:17:28 +010016 */
17
18#pragma once
19
Pau Espin Pedrol95e22662021-02-25 17:49:30 +010020#include <inttypes.h>
21
Max6dc90b82018-02-19 17:17:28 +010022#ifdef __cplusplus
23extern "C" {
24#include <osmocom/core/linuxlist.h>
Pau Espin Pedrolb2653fe2020-03-26 15:14:01 +010025#include "gsm_rlcmac.h"
Pau Espin Pedrol2ae83372020-05-18 11:35:35 +020026#include "coding_scheme.h"
Pau Espin Pedrol15c58ac2021-03-08 14:57:58 +010027#include "pdch_ul_controller.h"
Max6dc90b82018-02-19 17:17:28 +010028}
Max6dc90b82018-02-19 17:17:28 +010029#endif
30
31#include <tbf.h>
32
33#include <stdint.h>
34
Vadim Yanitskiybd0dac32019-10-05 21:57:14 +070035/* PTCCH (Packet Timing Advance Control Channel) */
36#define PTCCH_TAI_FREE 0x7f /*!< Special value for unused TA Indexes */
37#define PTCCH_TAI_NUM 16 /*!< Number of PTCCH/U slots and thus TA Indexes */
38#define PTCCH_PADDING 0x2b /*!< PTCCH/D messages need to be padded to 23 octets */
39
Pau Espin Pedrol22862882020-11-16 17:35:10 +010040#define USF_UNUSED 0x07
41/* 3GPP TS 05.08 version 8.23.0 "10.2.2 BTS output power". 360 ms */
42#define MS_RESYNC_NUM_FRAMES 18
43
Max6dc90b82018-02-19 17:17:28 +010044/*
45 * PDCH instance
46 */
47struct gprs_rlcmac_pdch {
48#ifdef __cplusplus
49 struct gprs_rlcmac_paging *dequeue_paging();
50 struct msgb *packet_paging_request();
51
Neels Hofmeyr59fc0bd2020-08-21 16:21:23 +020052 bool add_paging(uint8_t chan_needed, const struct osmo_mobile_identity *mi);
Max6dc90b82018-02-19 17:17:28 +010053
Max6dc90b82018-02-19 17:17:28 +010054 bool is_enabled() const;
55
56 void enable();
57 void disable();
58
59 /* dispatching of messages */
60 int rcv_block(uint8_t *data, uint8_t len, uint32_t fn,
61 struct pcu_l1_meas *meas);
62 int rcv_block_gprs(uint8_t *data, uint8_t data_len, uint32_t fn,
Pau Espin Pedrol2ae83372020-05-18 11:35:35 +020063 struct pcu_l1_meas *meas, enum CodingScheme cs);
Max6dc90b82018-02-19 17:17:28 +010064 int rcv_data_block(uint8_t *data, uint8_t data_len, uint32_t fn,
Pau Espin Pedrol2ae83372020-05-18 11:35:35 +020065 struct pcu_l1_meas *meas, enum CodingScheme cs);
Max6dc90b82018-02-19 17:17:28 +010066
Pau Espin Pedrol2182e622021-01-14 16:48:38 +010067 struct gprs_rlcmac_bts *bts() const;
Max6dc90b82018-02-19 17:17:28 +010068 uint8_t trx_no() const;
69
70 struct gprs_rlcmac_ul_tbf *ul_tbf_by_tfi(uint8_t tfi);
71 struct gprs_rlcmac_dl_tbf *dl_tbf_by_tfi(uint8_t tfi);
72
73 void attach_tbf(gprs_rlcmac_tbf *tbf);
74 void detach_tbf(gprs_rlcmac_tbf *tbf);
75
76 unsigned num_tbfs(enum gprs_rlcmac_tbf_direction dir) const;
Oliver Smith402451b2021-09-08 09:33:24 +020077 void num_tbfs_update(gprs_rlcmac_tbf *tbf, bool is_attach);
Max6dc90b82018-02-19 17:17:28 +010078
79 void reserve(enum gprs_rlcmac_tbf_direction dir);
80 void unreserve(enum gprs_rlcmac_tbf_direction dir);
81 unsigned num_reserved(enum gprs_rlcmac_tbf_direction dir) const;
82
83 uint8_t assigned_usf() const;
84 uint32_t assigned_tfi(enum gprs_rlcmac_tbf_direction dir) const;
Pau Espin Pedrol22862882020-11-16 17:35:10 +010085
86 bool has_gprs_only_tbf_attached() const;
Max6dc90b82018-02-19 17:17:28 +010087#endif
88
89 uint8_t m_is_enabled; /* TS is enabled */
90 uint8_t tsc; /* TSC of this slot */
91 uint8_t next_ul_tfi; /* next uplink TBF/TFI to schedule (0..31) */
92 uint8_t next_dl_tfi; /* next downlink TBF/TFI to schedule (0..31) */
93 uint8_t next_ctrl_prio; /* next kind of ctrl message to schedule */
94 struct llist_head paging_list; /* list of paging messages */
95 uint32_t last_rts_fn; /* store last frame number of RTS */
Pau Espin Pedrol22862882020-11-16 17:35:10 +010096 /* store number of contiguous frame number where a DL block was transmitted which can be decoded by GPRS-only MS */
97 uint32_t fn_without_cs14;
Max6dc90b82018-02-19 17:17:28 +010098
Vadim Yanitskiybd0dac32019-10-05 21:57:14 +070099 /* PTCCH (Packet Timing Advance Control Channel) */
100 uint8_t ptcch_msg[GSM_MACBLOCK_LEN]; /* 'ready to use' PTCCH/D message */
101#ifdef __cplusplus
Vadim Yanitskiybd0dac32019-10-05 21:57:14 +0700102 /* Obtain an unused TA Index for a TBF */
103 uint8_t reserve_tai(uint8_t ta);
104 /* Mark a given TA Index as free, so it can be used again */
105 void release_tai(uint8_t tai);
106 /* Update the actual Timing Advance value for a given TA Index */
107 void update_ta(uint8_t tai, uint8_t ta);
108#endif
109
Vadim Yanitskiy542e3882020-07-19 00:47:20 +0700110 /* Frequency hopping parameters */
111 struct {
112 bool enabled;
113 /* 3GPP TS 45.002 HSN / MAIO (6 bit each) */
114 uint8_t hsn;
115 uint8_t maio;
116 /* 3GPP TS 44.018, 10.5.2.21 "Mobile Allocation" */
117 uint8_t ma_oct_len;
118 uint8_t ma_bit_len;
119 uint8_t ma[8];
120 } fh;
121
Max6dc90b82018-02-19 17:17:28 +0100122 /* back pointers */
123 struct gprs_rlcmac_trx *trx;
124 uint8_t ts_no;
Pau Espin Pedrol15c58ac2021-03-08 14:57:58 +0100125 struct pdch_ulc *ulc;
Max6dc90b82018-02-19 17:17:28 +0100126
127#ifdef __cplusplus
128private:
Pau Espin Pedrole13cdc52019-09-25 13:46:14 +0200129 int rcv_control_block(const uint8_t *data, uint8_t data_len, uint32_t fn,
Pau Espin Pedrol2ae83372020-05-18 11:35:35 +0200130 struct pcu_l1_meas *meas, enum CodingScheme cs);
Max6dc90b82018-02-19 17:17:28 +0100131
132 void rcv_control_ack(Packet_Control_Acknowledgement_t *, uint32_t fn);
Pau Espin Pedrole13cdc52019-09-25 13:46:14 +0200133 void rcv_control_dl_ack_nack(Packet_Downlink_Ack_Nack_t *, uint32_t fn, struct pcu_l1_meas *meas);
134 void rcv_control_egprs_dl_ack_nack(EGPRS_PD_AckNack_t *, uint32_t fn, struct pcu_l1_meas *meas);
135 void rcv_resource_request(Packet_Resource_Request_t *t, uint32_t fn, struct pcu_l1_meas *meas);
Max6dc90b82018-02-19 17:17:28 +0100136 void rcv_measurement_report(Packet_Measurement_Report_t *t, uint32_t fn);
Pau Espin Pedrolc0a250d2021-01-21 18:46:13 +0100137 void rcv_cell_change_notification(Packet_Cell_Change_Notification_t *, uint32_t fn, struct pcu_l1_meas *meas);
Max6dc90b82018-02-19 17:17:28 +0100138 gprs_rlcmac_tbf *tbf_from_list_by_tfi(
139 LListHead<gprs_rlcmac_tbf> *tbf_list, uint8_t tfi,
140 enum gprs_rlcmac_tbf_direction dir);
141 gprs_rlcmac_tbf *tbf_by_tfi(uint8_t tfi,
142 enum gprs_rlcmac_tbf_direction dir);
Pau Espin Pedrol4f67a9b2021-06-30 16:03:06 +0200143
144 void free_resources();
Max6dc90b82018-02-19 17:17:28 +0100145#endif
146
Oliver Smith402451b2021-09-08 09:33:24 +0200147 uint8_t m_num_tbfs_gprs[2];
148 uint8_t m_num_tbfs_egprs[2];
Max6dc90b82018-02-19 17:17:28 +0100149 uint8_t m_num_reserved[2];
150 uint8_t m_assigned_usf; /* bit set */
151 uint32_t m_assigned_tfi[2]; /* bit set */
152 struct gprs_rlcmac_tbf *m_tbfs[2][32];
153};
154
155#ifdef __cplusplus
156
157inline unsigned gprs_rlcmac_pdch::num_tbfs(enum gprs_rlcmac_tbf_direction dir) const
158{
Oliver Smith402451b2021-09-08 09:33:24 +0200159 return m_num_tbfs_gprs[dir] + m_num_tbfs_egprs[dir];
Max6dc90b82018-02-19 17:17:28 +0100160}
161
162inline unsigned gprs_rlcmac_pdch::num_reserved(
163 enum gprs_rlcmac_tbf_direction dir) const
164{
165 return gprs_rlcmac_pdch::m_num_reserved[dir];
166}
167
168inline uint8_t gprs_rlcmac_pdch::assigned_usf() const
169{
170 return m_assigned_usf;
171}
172
173inline uint32_t gprs_rlcmac_pdch::assigned_tfi(
174 enum gprs_rlcmac_tbf_direction dir) const
175{
176 return m_assigned_tfi[dir];
177}
178
179inline bool gprs_rlcmac_pdch::is_enabled() const
180{
181 return m_is_enabled;
182}
183
184#endif /* __cplusplus */
Pau Espin Pedrol906aafc2021-01-18 17:53:29 +0100185
186#ifdef __cplusplus
187extern "C" {
188#endif
Pau Espin Pedrol702ebee2021-03-08 14:15:54 +0100189void pdch_init(struct gprs_rlcmac_pdch *pdch, struct gprs_rlcmac_trx *trx, uint8_t ts_nr);
Pau Espin Pedrol906aafc2021-01-18 17:53:29 +0100190void pdch_free_all_tbf(struct gprs_rlcmac_pdch *pdch);
Pau Espin Pedrole91c4c72021-01-18 17:54:30 +0100191void pdch_disable(struct gprs_rlcmac_pdch *pdch);
Pau Espin Pedrol4f67a9b2021-06-30 16:03:06 +0200192bool pdch_is_enabled(const struct gprs_rlcmac_pdch *pdch);
Pau Espin Pedrol0dcbc072021-11-10 19:09:10 +0100193bool pdch_is_full(const struct gprs_rlcmac_pdch *pdch);
Pau Espin Pedrol906aafc2021-01-18 17:53:29 +0100194#ifdef __cplusplus
195}
Pau Espin Pedrol15c58ac2021-03-08 14:57:58 +0100196#endif
Pau Espin Pedrol95e22662021-02-25 17:49:30 +0100197
198#define LOGPDCH(pdch, category, level, fmt, args...) \
199 LOGP(category, level, "PDCH(bts=%" PRIu8 ",trx=%" PRIu8 ",ts=%" PRIu8 ") " fmt, \
200 (pdch)->trx->bts->nr, (pdch)->trx->trx_no, (pdch)->ts_no, \
201 ## args)